{ config, pkgs, lib, ... }: { system.defaults = { NSGlobalDomain = { # Natural scroll "com.apple.swipescrolldirection" = true; # Point & Click: Tracking speed "com.apple.trackpad.scaling" = 1.0; }; trackpad = { # Point & Click: Silent clicking (0 = on; 1 = off) ActuationStrength = 1; # Point & Click: Secondary click TrackpadRightClick = true; # Point & Click: Tap to click Clicking = false; # Point & Click: Click FirstClickThreshold = 2; SecondClickThreshold = 2; }; }; }