mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
6 lines
123 B
Nix
6 lines
123 B
Nix
{
|
|
system.defaults.trackpad = {
|
|
Clicking = false; # No touch-to-click.
|
|
Dragging = false; # No tap-to-drag.
|
|
};
|
|
}
|