diff --git a/modules/desktop/editors/nvim.nix b/modules/desktop/editors/nvim.nix index 5dea6ce..8071d80 100644 --- a/modules/desktop/editors/nvim.nix +++ b/modules/desktop/editors/nvim.nix @@ -18,7 +18,7 @@ in shiftwidth = 2; }; - colorschemes.gruvbox.enable = true; +# colorschemes.gruvbox.enable = true; plugins = { lualine.enable = true;