fix(nix): remove unnecessary imports
These just waste evaluation time.
This commit is contained in:
parent
fc30d21254
commit
e853dd6656
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ in
|
|||
imports = [ ./options.nix ];
|
||||
|
||||
config.programs.nixvim = lib.mkMerge [
|
||||
(import ./standalone.nix)
|
||||
./standalone.nix
|
||||
(lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
defaultEditor = lib.mkDefault true;
|
||||
|
|
Loading…
Add table
Reference in a new issue