services.xserver.inputClassSections
NixOS option
Content of additional InputClass sections of the X server configuration file.
type: list of strings concatenated with "\n"Default
[ ]
Example
declared in: nixos/modules/services/x11/xserver.nixView source on NixOS/nixpkgs →[ ''
Identifier "Trackpoint Wheel Emulation"
MatchProduct "ThinkPad USB Keyboard with TrackPoint"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
''
]