Set up caps->ctrl mapping in macOS

main
Bo Jeanes 2024-07-29 14:07:54 +10:00
parent ce2f1a28c9
commit 2ec30462db
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -182,6 +182,9 @@
security.pam.enableSudoTouchIdAuth = true;
users.users.${myUsername}.home = "/Users/${myUsername}";
system.keyboard.enableKeyMapping = true;
system.keyboard.remapCapsLockToControl = true;
};
};