Merge pull request #10 from Ericson2314/master

Dell XPS 9550: Better to use libinput than synaptics
This commit is contained in:
Emery Hemingway 2016-03-25 13:57:01 +01:00
commit ad24584ecf
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
boot.loader.efi.canTouchEfiVariables = true;
# Honestly forget if needed or just better for touchpad.
# Would be nice to try libinput instead once nixos-unstable updates
services.xserver.synaptics.enable = true;
# Synaptics also works, but doesn't have working palm and thumb detection.
services.xserver.libinput.enable = true;
# Intel Graphics confirmed not working at 4.1, confirmed working at {4.3, 4.4}
kernelAtleast =