From d540cff07a74120be04db1a57a3016f3b7970031 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Mar 2024 14:48:16 -0800 Subject: common macos preferences are moved to a module --- hosts/mba/default.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'hosts/mba') diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 8b22923..6efbddb 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -16,23 +16,6 @@ users.users.fcuny.home = "/Users/fcuny"; - system.defaults.dock.autohide = true; - system.defaults.dock.orientation = "left"; - system.defaults.dock.showhidden = false; - system.defaults.dock.show-recents = false; - # don’t rearrange spaces based on the most recent use - system.defaults.dock.mru-spaces = false; - system.defaults.finder.AppleShowAllExtensions = true; - system.defaults.screencapture.location = "~/Documents/screenshots"; - - system.defaults.CustomUserPreferences = { - "com.apple.desktopservices" = { - # Avoid creating .DS_Store files on network or USB volumes - DSDontWriteNetworkStores = true; - DSDontWriteUSBStores = true; - }; - }; - # Touch ID for sudo auth security.pam.enableSudoTouchIdAuth = true; -- cgit 1.4.1