From bfb924a610c373d438c88287591411f8973f0ee4 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 8 Sep 2025 19:14:25 +0200 Subject: [PATCH] chore: re-enable `ApplePressAndHoldEnabled` :art: --- nixos/hosts/macos.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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