flake/darwin/input.nix

11 lines
208 B
Nix
Raw Normal View History

2023-09-19 22:35:55 +00:00
{ ... }:
{
system.defaults = {
".GlobalPreferences"."com.apple.mouse.scaling" = "-1"; # Disable mouse acceleration
trackpad = {
Clicking = true;
TrackpadRightClick = true;
};
};
}