summaryrefslogtreecommitdiffstats
path: root/lenovo/x250.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2017-09-03 23:31:08 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2017-09-03 23:31:08 +0200
commited46b99315a10254dfa4753423b45c1782465647 (patch)
tree6af0d94cd71767482f33f5844f4385146f0baea5 /lenovo/x250.nix
parenta2e55b93adf6d19d6d7f6cc831224997de84d7dc (diff)
Use `libinput` as touchpad driver
The recommended driver is libinput, furthermore the packaging of synaptics is officially deprecated in NixOS: https://github.com/NixOS/nixpkgs/commit/9d2777a5a5f861a727d09c3ecdeffd8c72c143b7
Diffstat (limited to 'lenovo/x250.nix')
-rw-r--r--lenovo/x250.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lenovo/x250.nix b/lenovo/x250.nix
index 52a4426..8ab1aa5 100644
--- a/lenovo/x250.nix
+++ b/lenovo/x250.nix
@@ -5,6 +5,4 @@
# modesetting driver leads to freezes with newer kernel at the moment (> 4.4)
services.xserver.videoDrivers = [ "intel" ];
-
- services.xserver.libinput.enable = true;
}