1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00
nixvim/wrappers/modules/enable.nix
2024-07-02 14:15:51 +00:00

4 lines
66 B
Nix

{ lib, ... }:
{
options.enable = lib.mkEnableOption "nixvim";
}