When enabling wacom put xsetwacom in PATH.

I know that gnome/kde may have their own way to configure wacom tablets
This commit is contained in:
Marc Weber 2013-03-24 18:31:31 +01:00
parent 6e20c697cd
commit bfc290421d

View File

@ -60,6 +60,8 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.xf86_input_wacom ]; # provides xsetwacom
services.xserver.modules = [ pkgs.xf86_input_wacom ];
services.udev.packages = [ pkgs.xf86_input_wacom ];