diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index f03282c6..84e69c32 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -8,7 +8,6 @@ options = { number = true; shiftwidth = 2; - colorscheme = lib.mkForce "everforest"; }; plugins = { telescope.enable = true; @@ -47,6 +46,8 @@ ]; }; }; + + colorscheme = lib.mkForce "everforest"; colorschemes = { tokyonight.enable = true; gruvbox.enable = true;