From aee7f08d946ccb1091914c2f8f79edfb04f0e024 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 13:53:21 +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 7a7fae39..53924fab 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -66,6 +66,7 @@ }; extraPlugins = with pkgs.vimPlugins; [ everforest + base46 ]; }; } \ No newline at end of file