feat: base darwin config
This commit is contained in:
@@ -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 = { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user