test
This commit is contained in:
parent
02568a880f
commit
95872af4ad
1 changed files with 2 additions and 1 deletions
|
@ -33,5 +33,6 @@
|
||||||
xdg.configFile."nvim-custom-plugins" = {
|
xdg.configFile."nvim-custom-plugins" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
target = "./nvim/lua/custom/plugins.lua";
|
target = "./nvim/lua/custom/plugins.lua";
|
||||||
text = builtins.readFile "./custom/plugins.lua";
|
text = builtins.readFile ./custom/plugins.lua;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue