mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +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
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
imports = [ ./enable.nix ];
|
||||
imports = [ ./shared.nix ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue