mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Merge pull request #10 from Ericson2314/master
Dell XPS 9550: Better to use libinput than synaptics
This commit is contained in:
@@ -25,8 +25,8 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Honestly forget if needed or just better for touchpad.
|
# Honestly forget if needed or just better for touchpad.
|
||||||
# Would be nice to try libinput instead once nixos-unstable updates
|
# Synaptics also works, but doesn't have working palm and thumb detection.
|
||||||
services.xserver.synaptics.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
# Intel Graphics confirmed not working at 4.1, confirmed working at {4.3, 4.4}
|
# Intel Graphics confirmed not working at 4.1, confirmed working at {4.3, 4.4}
|
||||||
kernelAtleast =
|
kernelAtleast =
|
||||||
|
|||||||
Reference in New Issue
Block a user