mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35: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
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
imports = [ ./enable.nix ];
|
||||
imports = [ ./shared.nix ];
|
||||
|
||||
config = {
|
||||
wrapRc = lib.mkOptionDefault false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue