test
This commit is contained in:
parent
239f37e069
commit
0c56dd2d87
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
||||||
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
# https://mipmip.github.io/home-manager-option-search/?query=xdg.dataFile
|
||||||
xdg.dataFile.nvim = {
|
xdg.dataFile.nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = "${pkgs.vimPlugins.nvchad}";
|
source = "${pkgs.vimPlugins.nvchad}";
|
||||||
target = ".config/nvim";
|
target = ".config/nvim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue