summaryrefslogtreecommitdiffstats
path: root/dell
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2016-03-23 13:39:24 -0700
committerJohn Ericson <Ericson2314@Yahoo.com>2016-03-23 13:42:14 -0700
commit74c8b025cd56f465d52f0cf597c1bf386eea7247 (patch)
treedeaaf8acc3c3e735cdd215bf7feb89fdd8e3aa3f /dell
parent86393d664b5bc66c1b7c7c174c0f9c9aff1fd2f1 (diff)
Better to use libinput than synaptics
Diffstat (limited to 'dell')
-rw-r--r--dell/xps-15-9550.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/dell/xps-15-9550.nix b/dell/xps-15-9550.nix
index f7d0927..20aad2b 100644
--- a/dell/xps-15-9550.nix
+++ b/dell/xps-15-9550.nix
@@ -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 =