nix/option/Keyd.nix

7 lines
93 B
Nix

{
lib,
...
}: {
options.module.keyd.enable = lib.mkEnableOption "the keyboard remaps.";
}