From 0bf11107aedadbf1ac3c62c36d580f72efc06cf4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 12:19:39 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index f92afff2..f03282c6 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -8,7 +8,7 @@ options = { number = true; shiftwidth = 2; - colorscheme = "everforest"; + colorscheme = lib.mkForce "everforest"; }; plugins = { telescope.enable = true;