From 1fc1ed72f0bcf7baca04e76259fd5b4a49bd1367 Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 24 Jun 2025 21:55:40 +0200 Subject: [PATCH] fix nvf theme --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c8e6e47..4595ef4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -197,7 +197,7 @@ }; theme = { enable = true; - name = lib.mkForce "dracula"; + name = lib.mkDefault "dracula"; }; statusline.lualine.enable = true; telescope.enable = true;