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;