From 64dff944ae28317cc6be981b7a76c9dd5caa7e89 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 8 Sep 2025 20:48:13 +0200 Subject: [PATCH] chore: nice apple configs :apple: :sparkles: --- nixos/hosts/macos.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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