Compare

fd1da92fbc69dce6d2452fe0ee75d56c832b36ba .. 94ddd4b8cf401ef424328478bffaa9cee794d07e · 1 commits

Changed files

FileChanges
hosts/RyanMac/configuration.nix +19 −0 raw

Commits

HashSubjectAuthorDate
94ddd4b8 tahoe changes 1 Ryan Schanzenbacher
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;
};