From 9ac80c1f15d86302eaa3707e967b014794931073 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 24 Dec 2015 17:45:51 +0200 Subject: installation-cd-graphical: Enable the 'synaptics' touchpad driver This is needed to get touchpad working in the installer on several laptops. Tested on a Thinkpad X250. --- nixos/modules/profiles/graphical.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/profiles/graphical.nix b/nixos/modules/profiles/graphical.nix index 75ac5e41f83e..8ee1628f876c 100644 --- a/nixos/modules/profiles/graphical.nix +++ b/nixos/modules/profiles/graphical.nix @@ -8,6 +8,7 @@ enable = true; displayManager.kdm.enable = true; desktopManager.kde4.enable = true; + synaptics.enable = true; # for touchpad support on many laptops }; environment.systemPackages = [ pkgs.glxinfo ]; -- cgit 1.4.1