From 54bc1f2f8655ef768d122dd0923ec933b0e166d4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 20:44:51 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 0c4d0752..789d84ac 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -4,6 +4,7 @@ ]; # ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager/nixvim.nix; programs.nixvim = { + colorscheme = lib.mkForce "everforest"; enable = true; viAlias = true; vimAlias = true;