From 3bd34e39f461b6bf714362945d5665bfccaeccb3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:36:12 +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 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/";