mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
wrappers: simplify modules
This commit is contained in:
parent
6252a41fc6
commit
3d96960348
7 changed files with 30 additions and 18 deletions
4
wrappers/modules/enable.nix
Normal file
4
wrappers/modules/enable.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.enable = lib.mkEnableOption "nixvim";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue