diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index 415c16b5..09b13eae 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -14,7 +14,7 @@ # Link the nvchad files to my homedir # https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile - xdg.dataFile.nvim = { + xdg.configFile.nvim = { enable = true; recursive = true; source = "${pkgs.vimPlugins.nvchad}/pack/myNeovimPackages/start/nvchad/";