test
This commit is contained in:
parent
3994f76958
commit
53ae9d2475
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
xdg.configFile."nvim" = {
|
xdg.configFile."nvim" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
target = "${pkgs.vimPlugins.nvchad}/";
|
source = "${pkgs.vimPlugins.nvchad}/";
|
||||||
source = "./nvim";
|
target = "./nvim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue