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;
};