{ user, ... }: { time.timeZone = "America/New_York"; system = { stateVersion = 6; primaryUser = user; startup.chime = true; defaults = { NSGlobalDomain = { AppleInterfaceStyle = "Dark"; AppleScrollerPagingBehavior = true; AppleWindowTabbingMode = "always"; "com.apple.trackpad.forceClick" = true; "com.apple.trackpad.scaling" = 1.0; "com.apple.springing.enabled" = true; "com.apple.springing.delay" = 0.5; }; dock = { autohide = false; expose-group-apps = true; mineffect = "scale"; minimize-to-application = true; mru-spaces = false; show-recents = false; persistent-apps = [ "/Applications/Bitwarden.app" "/Applications/Helium.app" "/Applications/Discord.app" "/Applications/Signal.app" "/Applications/Stremio.app" "/Applications/Nix Apps/Spotifast.app" "/Applications/Delta.app" "/Applications/Zed.app" "/Applications/Ghostty.app" "/Applications/Rex.app" "/System/Applications/System Settings.app" ]; }; finder = { AppleShowAllExtensions = true; FXRemoveOldTrashItems = true; ShowExternalHardDrivesOnDesktop = true; ShowHardDrivesOnDesktop = false; ShowRemovableMediaOnDesktop = true; }; menuExtraClock = { ShowDate = 0; ShowDayOfWeek = false; }; screencapture.location = "/Users/${user}/Pictures"; SoftwareUpdate.AutomaticallyInstallMacOSUpdates = true; trackpad = { Clicking = true; TrackpadRightClick = true; FirstClickThreshold = 1; SecondClickThreshold = 1; }; WindowManager = { GloballyEnabled = false; AutoHide = true; HideDesktop = true; StandardHideDesktopIcons = false; EnableStandardClickToShowDesktop = false; }; }; }; }