From dce4d3948c34408576d49b0f7f0964d88ceef2c0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:50:53 +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 4cfd8f99..08cc01cb 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -18,7 +18,7 @@ enable = true; recursive = true; source = "${pkgs.vimPlugins.nvchad}/pack/myNeovimPackages/start/nvchad/"; - target = "nvim"; + target = "./nvim"; }; }