We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9564b6 commit fcd85b4Copy full SHA for fcd85b4
modules/home/vic/nvim.nix
@@ -17,7 +17,7 @@
17
programs.nvf = {
18
enable = true;
19
settings = {
20
- imports = [ (import "${inputs.nvf}/configuration.nix" true) ];
+ imports = [ (import "${inputs.nvf}/configuration.nix" false) ];
21
};
22
23
0 commit comments