11 lines
No EOL
208 B
Nix
11 lines
No EOL
208 B
Nix
{ ... }:
|
|
|
|
{
|
|
system.defaults = {
|
|
".GlobalPreferences"."com.apple.mouse.scaling" = "-1"; # Disable mouse acceleration
|
|
trackpad = {
|
|
Clicking = true;
|
|
TrackpadRightClick = true;
|
|
};
|
|
};
|
|
} |