5 lines
92 B
Nix
5 lines
92 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.keyd.enable = lib.mkEnableOption "the keyboard remaps.";
|
|
}
|