Skip to content

Commit

Permalink
Update templates to remove caps lock mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Jun 19, 2024
1 parent af2c50f commit f0120aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions templates/starter-with-secrets/hosts/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,5 @@ let user = "%USER%"; in
TrackpadThreeFingerDrag = true;
};
};

keyboard = {
enableKeyMapping = true;
remapCapsLockToControl = true;
};
};
}
5 changes: 0 additions & 5 deletions templates/starter/hosts/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,5 @@ let user = "%USER%"; in
TrackpadThreeFingerDrag = true;
};
};

keyboard = {
enableKeyMapping = true;
remapCapsLockToControl = true;
};
};
}

0 comments on commit f0120aa

Please sign in to comment.