From 8d8ff91fd578ed5e9e7c43eaed93822c82430fb3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 29 Aug 2023 20:21:25 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/neovim.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home-manager/common/software/cli/neovim.nix b/home-manager/common/software/cli/neovim.nix index aafe1a3e..017405a2 100644 --- a/home-manager/common/software/cli/neovim.nix +++ b/home-manager/common/software/cli/neovim.nix @@ -19,6 +19,15 @@ }; }; }; + + # Link the nvchad files to my homedir + # https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile + xdg.dataFile.nvim = { + enable = true; + recursive = true; + source = "${pkgs.vimPlugins.nvchad}"; + target = ".config/nvim"; + }; } # plugins = with pkgs.vimPlugins; [