feat(system.nix): enable swipe navigation

This commit is contained in:
Sangmin Kim 2025-04-06 21:38:27 +09:00
parent bc9bd1ba61
commit ab7cd09fe9

View file

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