nix-community.nixvim/wrappers/modules/hm.nix
2024-05-05 22:00:40 +02:00

8 lines
147 B
Nix

{ lib }:
with lib;
{
options = {
enable = mkEnableOption "nixvim";
defaultEditor = mkEnableOption "nixvim as the default editor";
};
}