Adding synclient to systemPackages if synaptics is enabled.

This commit is contained in:
Lluís Batlle i Rossell 2013-05-09 15:01:16 +02:00
parent 4f71bce691
commit 4e38d152ed

View File

@ -89,6 +89,8 @@ let cfg = config.services.xserver.synaptics; in
services.xserver.modules = [ pkgs.xorg.xf86inputsynaptics ];
environment.systemPackages = [ pkgs.xorg.xf86inputsynaptics ];
services.xserver.config =
''
# Automatically enable the synaptics driver for all touchpads.