mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
wrappers/modules: move enable
to shared.nix
We may end up having additional "shared" options and/or config.
This commit is contained in:
parent
c693500a72
commit
574ae92a43
5 changed files with 9 additions and 7 deletions
|
@ -4,5 +4,5 @@
|
|||
defaultEditor = lib.mkEnableOption "nixvim as the default editor";
|
||||
};
|
||||
|
||||
imports = [ ./enable.nix ];
|
||||
imports = [ ./shared.nix ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue