forked from mirrors/nixpkgs
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:
parent
6e20c697cd
commit
bfc290421d
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue