This commit is contained in:
iFargle 2024-02-07 12:49:02 +09:00
parent 51b9b6ff5f
commit 09a11bd6a4

View file

@ -28,9 +28,9 @@
# Link the nvchad files to my homedir
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
xdg.configFile."nvim" = {
enable = false;
enable = true;
recursive = true;
source = "${pkgs.vimPlugins.nvchad}/";
source = "${pkgs.vimPlugins.LazyVim}/";
target = "./nvim";
};