mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
darwin: remap caps lock
This commit is contained in:
parent
fe9c16cc6a
commit
755a088adb
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ in
|
|||
home = "/Users/${flake.config.people.myself}";
|
||||
};
|
||||
|
||||
system.keyboard = {
|
||||
enableKeyMapping = true;
|
||||
remapCapsLockToControl = true;
|
||||
};
|
||||
# See https://github.com/ryan4yin/nix-darwin-kickstarter/blob/main/rich-demo/modules/system.nix
|
||||
system.defaults = {
|
||||
dock = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue