From 30cfac325f8ba7f92d390d999dcc13f585c31595 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:07:51 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index 18136b8f..06664a2b 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -14,7 +14,7 @@ start = [ nvchad nvchad-ui - ;] + ]; }; }; };