diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index f18411a..f55869c 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -31,9 +31,11 @@ system.defaults = { # Keyboard NSGlobalDomain = { + AppleShowAllExtensions = true; ApplePressAndHoldEnabled = true; - # InitialKeyRepeat = 15; - # KeyRepeat = 2; + "com.apple.mouse.tapBehavior" = 1; + "com.apple.sound.beep.volume" = 0.0; + "com.apple.sound.beep.feedback" = 0; }; # Finder & Dock