test
This commit is contained in:
parent
51b9b6ff5f
commit
09a11bd6a4
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
||||||
# Link the nvchad files to my homedir
|
# Link the nvchad files to my homedir
|
||||||
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
||||||
xdg.configFile."nvim" = {
|
xdg.configFile."nvim" = {
|
||||||
enable = false;
|
enable = true;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = "${pkgs.vimPlugins.nvchad}/";
|
source = "${pkgs.vimPlugins.LazyVim}/";
|
||||||
target = "./nvim";
|
target = "./nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue