From 94ddd4b8cf401ef424328478bffaa9cee794d07e Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 27 Jun 2026 01:20:06 -0400 Subject: tahoe changes 1 --- hosts/RyanMac/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'hosts/RyanMac') diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 406b9d7..5e87070 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix @@ -307,6 +307,25 @@ in { }; }; + "com.apple.desktopservices" = { + DSDontWriteNetworkStores = true; + DSDontWriteUSBStores = true; + }; + + "com.apple.WindowManager" = { + EnableStandardClickToShowDesktop = false; + StandardHideDesktopIcons = false; + }; + + "com.apple.screensaver" = { + askForPassword = true; + askForPasswordDelay = 2; + }; + + "com.apple.AdLib" = { + allowApplePersonalizedAdvertising = false; + }; + "com.apple.Accessibility" = { ReduceMotionEnabled = 1; }; -- cgit v1.3