From 59287fdb3fed37260f687459d7ac6064f9c31109 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:49:54 +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 39c0c9d2..4cfd8f99 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.configFile.nvim = { + xdg.configFile."nvim" = { enable = true; recursive = true; source = "${pkgs.vimPlugins.nvchad}/pack/myNeovimPackages/start/nvchad/";