Skip to content

Commit

Permalink
darwin: remap caps lock
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 18, 2024
1 parent fe9c16c commit 755a088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions systems/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 755a088

Please sign in to comment.