From e7829f39bb5f1929da6e7d910ddb0d4b1b981fb5 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 6 Oct 2025 22:42:19 +0200 Subject: [PATCH] fixes scroll direction --- hosts/dnsc-air/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 5b26b66..c8f8356 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -152,7 +152,7 @@ defaults = { smb.NetBIOSName = "dnsc-air"; - NSGlobalDomain."com.apple.swipescrolldirection" = true; + NSGlobalDomain."com.apple.swipescrolldirection" = false; dock = { autohide = true;