diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index 0d1c7a6..2a29fb6 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -31,9 +31,9 @@ system.defaults = { # Keyboard NSGlobalDomain = { - ApplePressAndHoldEnabled = false; - InitialKeyRepeat = 15; - KeyRepeat = 2; + ApplePressAndHoldEnabled = true; + # InitialKeyRepeat = 15; + # KeyRepeat = 2; }; # Finder & Dock