This commit is contained in:
iFargle 2023-08-29 20:55:33 +09:00
parent 3994f76958
commit 53ae9d2475

View file

@ -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";
}; };
} }