diff --git a/darwin-configuration.nix b/darwin-configuration.nix index 4452ccc9..f6094845 100644 --- a/darwin-configuration.nix +++ b/darwin-configuration.nix @@ -10,13 +10,21 @@ dock = { autohide = true; orientation = "right"; + show-recents = false; + tilesize = 48; }; - screensaver = { - askForPassword = true; + finder = { + AppleShowAllExtensions = true; + AppleShowAllFiles = true; + CreateDesktop = false; }; screencapture = { + disable-shadow = true; location = "~/Downloads"; }; + screensaver = { + askForPassword = true; + }; }; security.pam.enableSudoTouchIdAuth = true;