From 540ff199d39849507033350aac6d8f2d538c0b58 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 12:20:38 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;