nix-community.nixvim/wrappers/modules/enable.nix

5 lines
66 B
Nix
Raw Normal View History

2024-07-02 15:06:39 +01:00
{ lib, ... }:
{
options.enable = lib.mkEnableOption "nixvim";
}