From f361605d5815d1f9be5054f60896918ead87c043 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 20 Aug 2024 23:06:11 +0200 Subject: [PATCH] . --- 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;