x250: enable wheel emulation

This commit is contained in:
Jörg Thalheim 2017-05-11 11:38:39 +01:00 committed by Emery Hemingway
parent 3e5b9169ce
commit 68e007ae77
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}