Skip to content

Commit

Permalink
chore: fix ApplePressAndHoldEnabled (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae authored Nov 16, 2024
1 parent 85905bf commit e663720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/aarch64-darwin/VW2WRF4694.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
system.defaults.NSGlobalDomain."com.apple.trackpad.trackpadCornerClickBehavior" = 1;
system.defaults.NSGlobalDomain.InitialKeyRepeat = 15;
system.defaults.NSGlobalDomain.KeyRepeat = 2;
system.defaults.NSGlobalDomain.ApplePressAndHoldEnabled = 0;
system.defaults.NSGlobalDomain.ApplePressAndHoldEnabled = false;

services.tailscale.enable = true;

Expand Down

0 comments on commit e663720

Please sign in to comment.