mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
x250: enable wheel emulation
This commit is contained in:
parent
3e5b9169ce
commit
68e007ae77
1 changed files with 3 additions and 0 deletions
|
@ -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