{ lib, ... }: { system.defaults = { NSGlobalDomain = { AppleShowAllExtensions = true; ApplePressAndHoldEnabled = false; KeyRepeat = 2; InitialKeyRepeat = 15; "com.apple.mouse.tapBehavior" = 1; "com.apple.sound.beep.volume" = 0.0; "com.apple.sound.beep.feedback" = 0; }; dock = { autohide = false; show-recents = false; launchanim = true; orientation = "bottom"; tilesize = 48; }; finder = { _FXShowPosixPathInTitle = false; }; trackpad = { Clicking = true; TrackpadThreeFingerDrag = true; }; }; }