From 45fcfe8435222078c2153f22b3f32d8bafb94633 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2017 14:38:21 +0200 Subject: x250: Use synaptics driver instead of libinput --- modules/laptop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/laptop.nix') diff --git a/modules/laptop.nix b/modules/laptop.nix index 3d6894cc..f0c88e7d 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { boot.kernelModules = [ "coretemp" ]; boot.extraModulePackages = with config.boot.kernelPackages; [ @@ -62,7 +62,7 @@ services.xserver = { libinput = { - enable = true; + enable = lib.mkDefault true; naturalScrolling = true; disableWhileTyping = true; }; -- cgit 1.4.1