1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

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

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