1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-15 23:12:48 +01:00
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";
};
}