darwin: remap caps lock

This commit is contained in:
Sridhar Ratnakumar 2024-09-18 11:10:13 -04:00
parent fe9c16cc6a
commit 755a088adb
No known key found for this signature in database

View file

@ -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 = {