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"; }; }