nix/darwin/keyboard.nix

7 lines
104 B
Nix

{ ... }:
{
system.keyboard = {
enableKeyMapping = true;
remapCapsLockToControl = true;
};
}