Merge pull request #125 from MarcWeber/submit/when-enabling-wacom-add-xsetwacom-to-path

When enabling wacom put xsetwacom in PATH.
This commit is contained in:
Evgeny Egorochkin 2013-05-15 09:51:17 -07:00
commit da7d6a4cce
1 changed files with 2 additions and 0 deletions

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 ];