test
This commit is contained in:
parent
944fd71652
commit
02568a880f
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@
|
||||||
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