feat(systems): add trackpad gesture, 24-hour time, and Touch ID sudo

- Enable NSWindowShouldDragOnGesture for drag gestures
- Force 24-hour time format via AppleICUForce24HourTime
- Add Touch ID authentication for sudo commands
- Remove outdated comment about Three Finger Drag
This commit is contained in:
2026-02-25 11:49:23 -05:00
parent 0ee4bbfbfe
commit ff5cd52dce

View File

@@ -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 = { };
}