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

@ -20,7 +20,7 @@ in with lib; {
# Enable dark mode # Enable dark mode
AppleInterfaceStyle = "Dark"; AppleInterfaceStyle = "Dark";
# Disable "natural" scrolling # Disable "natural" scrolling
com.apple = { swipescrolldirection = "false"; }; "com.apple.swipescrolldirection" = false;
}; };
}; };
}; };