x250: enable wheel emulation
This commit is contained in:
parent
3e5b9169ce
commit
68e007ae77
|
@ -3,4 +3,7 @@
|
|||
{
|
||||
# modesetting driver leads to freezes with newer kernel at the moment (> 4.4)
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
|
||||
services.xserver.libinput.enable = true;
|
||||
hardware.trackpoint.emulateWheel = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue