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.
This commit is contained in:
Tuomas Tynkkynen 2015-12-24 17:45:51 +02:00
parent 93d8671e2c
commit 9ac80c1f15

View File

@ -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 ];