From ab7cd09fe93f225372d20f1232de726c9f1357f7 Mon Sep 17 00:00:00 2001 From: Poby Date: Sun, 6 Apr 2025 21:38:27 +0900 Subject: [PATCH] feat(system.nix): enable swipe navigation --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index 01b0cab..a4c4558 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -118,6 +118,7 @@ AppleShowScrollBars = "WhenScrolling"; AppleScrollerPagingBehavior = true; AppleEnableMouseSwipeNavigateWithScrolls = true; + AppleEnableSwipeNavigateWithScrolls = true; NSAutomaticCapitalizationEnabled = false; NSAutomaticDashSubstitutionEnabled = false;