1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00
ncc/modules/darwin/trackpad.nix
2025-07-26 03:13:19 +03:00

6 lines
123 B
Nix

{
system.defaults.trackpad = {
Clicking = false; # No touch-to-click.
Dragging = false; # No tap-to-drag.
};
}