Adding synclient to systemPackages if synaptics is enabled.
This commit is contained in:
parent
4f71bce691
commit
4e38d152ed
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue