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:
parent
93d8671e2c
commit
9ac80c1f15
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue