feat(system.nix): enable mouse swipe navigate with scrolls

This commit is contained in:
Sangmin Kim 2025-04-06 21:33:24 +09:00
parent 9cd0a42df3
commit bc9bd1ba61

View file

@ -117,6 +117,7 @@
AppleShowScrollBars = "WhenScrolling"; AppleShowScrollBars = "WhenScrolling";
AppleScrollerPagingBehavior = true; AppleScrollerPagingBehavior = true;
AppleEnableMouseSwipeNavigateWithScrolls = true;
NSAutomaticCapitalizationEnabled = false; NSAutomaticCapitalizationEnabled = false;
NSAutomaticDashSubstitutionEnabled = false; NSAutomaticDashSubstitutionEnabled = false;