From 901e1012c24568e965a7e73967ea88c03964d19c Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 20 Aug 2024 22:26:31 +0200 Subject: [PATCH] remove colorscheme with the hope that stylix will pick it up --- modules/desktop/editors/nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;