feat: base darwin config

This commit is contained in:
2026-02-11 16:57:37 -08:00
parent 4514e4223b
commit de6f3ee6ba
3 changed files with 34 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
{
system.stateVersion = 6;
# System Config
# Determinate Config
determinateNix = {
enable = true;
nixosVmBasedLinuxBuilder = {
@@ -12,5 +12,26 @@
};
};
# Three Finger Drag
system.primaryUser = "evanreichard";
system.defaults = {
trackpad = {
TrackpadThreeFingerDrag = true;
};
dock = {
autohide = true;
};
menuExtraClock = {
Show24Hour = true;
ShowSeconds = true;
};
NSGlobalDomain = {
KeyRepeat = 2;
};
WindowManager = {
HideDesktop = true;
};
};
reichard = { };
}