This commit is contained in:
Nathan McCarty 2023-03-30 09:44:02 -04:00
parent 6414dda04f
commit c4241e379d
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

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