summaryrefslogtreecommitdiff
path: root/hosts/RyanMac
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/RyanMac')
-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 };