about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-12-24 17:45:51 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-12-24 17:45:51 +0200
commit9ac80c1f15d86302eaa3707e967b014794931073 (patch)
tree0ee6006a2895b58c9d7e2c24303f84193b2eded1 /nixos/modules/profiles
parent93d8671e2c6d1d25f126ed30e5e6f16764330119 (diff)
downloadnixlib-9ac80c1f15d86302eaa3707e967b014794931073.tar
nixlib-9ac80c1f15d86302eaa3707e967b014794931073.tar.gz
nixlib-9ac80c1f15d86302eaa3707e967b014794931073.tar.bz2
nixlib-9ac80c1f15d86302eaa3707e967b014794931073.tar.lz
nixlib-9ac80c1f15d86302eaa3707e967b014794931073.tar.xz
nixlib-9ac80c1f15d86302eaa3707e967b014794931073.tar.zst
nixlib-9ac80c1f15d86302eaa3707e967b014794931073.zip
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.
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/graphical.nix1
1 files changed, 1 insertions, 0 deletions
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 ];