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/x250.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/x250.nix') diff --git a/modules/x250.nix b/modules/x250.nix index 025bc30..a6509bf 100644 --- a/modules/x250.nix +++ b/modules/x250.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: -{ boot.extraModulePackages = with config.boot.kernelPackages; [ +{ imports = [ + ./synaptics.nix + ]; + boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; -- cgit 1.4.1