From bc9bd1ba61a92135602acbcaba4135ec8c9aad4d Mon Sep 17 00:00:00 2001 From: Poby Date: Sun, 6 Apr 2025 21:33:24 +0900 Subject: [PATCH] feat(system.nix): enable mouse swipe navigate with scrolls --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index 50070b0..01b0cab 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -117,6 +117,7 @@ AppleShowScrollBars = "WhenScrolling"; AppleScrollerPagingBehavior = true; + AppleEnableMouseSwipeNavigateWithScrolls = true; NSAutomaticCapitalizationEnabled = false; NSAutomaticDashSubstitutionEnabled = false;