blob: 098809d62022482e0ba5878e5d2ddb1cd79ffe30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{ ... }:
{
hardware.trackpoint = {
enable = true;
sensitivity = 220;
speed = 0;
emulateWheel = true;
};
services.xserver.synaptics = {
enable = true;
horizEdgeScroll = false;
horizontalScroll = false;
vertEdgeScroll = false;
maxSpeed = "0.1";
minSpeed = "0.01";
tapButtons = false;
};
}
|