diff --git a/systems/aarch64-darwin/mac-va-mbp-work/default.nix b/systems/aarch64-darwin/mac-va-mbp-work/default.nix index bdf7328..ca23aec 100644 --- a/systems/aarch64-darwin/mac-va-mbp-work/default.nix +++ b/systems/aarch64-darwin/mac-va-mbp-work/default.nix @@ -12,7 +12,6 @@ }; }; - # Three Finger Drag system.primaryUser = "evanreichard"; system.defaults = { trackpad = { @@ -27,11 +26,15 @@ }; NSGlobalDomain = { KeyRepeat = 2; + NSWindowShouldDragOnGesture = true; + AppleICUForce24HourTime = true; }; WindowManager = { HideDesktop = true; }; }; + security.pam.services.sudo_local.touchIdAuth = true; + reichard = { }; }