whoop
This commit is contained in:
parent
6414dda04f
commit
c4241e379d
|
@ -16,11 +16,11 @@ in with lib; {
|
||||||
AppleShowAllExtensions = true;
|
AppleShowAllExtensions = true;
|
||||||
ShowPathbar = true;
|
ShowPathbar = true;
|
||||||
};
|
};
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
# Enable dark mode
|
# Enable dark mode
|
||||||
AppleInterfaceStyle = "Dark";
|
AppleInterfaceStyle = "Dark";
|
||||||
# Disable "natural" scrolling
|
# Disable "natural" scrolling
|
||||||
com.apple = { swipescrolldirection = "false"; };
|
"com.apple.swipescrolldirection" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue