mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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
6
wrappers/modules/shared.nix
Normal file
6
wrappers/modules/shared.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options = {
|
||||
enable = lib.mkEnableOption "nixvim";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue