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