summaryrefslogtreecommitdiff
path: root/hosts/RyanMac/configuration.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-06-27 01:20:06 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-06-27 01:20:06 -0400
commit94ddd4b8cf401ef424328478bffaa9cee794d07e (patch)
treeafb8757bd4c8d0aff522779dc190b046694f44f1 /hosts/RyanMac/configuration.nix
parentfd1da92fbc69dce6d2452fe0ee75d56c832b36ba (diff)
tahoe changes 1
Diffstat (limited to 'hosts/RyanMac/configuration.nix')
-rw-r--r--hosts/RyanMac/configuration.nix19
1 files changed, 19 insertions, 0 deletions
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 {
307 }; 307 };
308 }; 308 };
309 309
310 "com.apple.desktopservices" = {
311 DSDontWriteNetworkStores = true;
312 DSDontWriteUSBStores = true;
313 };
314
315 "com.apple.WindowManager" = {
316 EnableStandardClickToShowDesktop = false;
317 StandardHideDesktopIcons = false;
318 };
319
320 "com.apple.screensaver" = {
321 askForPassword = true;
322 askForPasswordDelay = 2;
323 };
324
325 "com.apple.AdLib" = {
326 allowApplePersonalizedAdvertising = false;
327 };
328
310 "com.apple.Accessibility" = { 329 "com.apple.Accessibility" = {
311 ReduceMotionEnabled = 1; 330 ReduceMotionEnabled = 1;
312 }; 331 };