test
This commit is contained in:
parent
09a11bd6a4
commit
5c9a95af23
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."nvim-custom-plugins" = {
|
xdg.configFile."nvim-custom-plugins" = {
|
||||||
enable = false;
|
enable = true;
|
||||||
target = "./nvim/lua/custom/plugins.lua";
|
target = "./nvim/lua/custom/plugins.lua";
|
||||||
text = ''
|
text = ''
|
||||||
local overrides = require("custom.configs.overrides")
|
local overrides = require("custom.configs.overrides")
|
||||||
|
|
Loading…
Reference in a new issue