Skip to content

Commit

Permalink
xserver.wacom: update xorg.conf.d name after upstream change of the n…
Browse files Browse the repository at this point in the history
…umber
  • Loading branch information
7c6f434c committed Dec 27, 2016
1 parent d0ad9b5 commit c311871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/x11/hardware/wacom.nix
Expand Up @@ -22,7 +22,7 @@ in
which will make Xorg reconfigure the device ?
If you're not satisfied by the default behaviour you can override
<option>environment.etc."X11/xorg.conf.d/50-wacom.conf"</option> in
<option>environment.etc."X11/xorg.conf.d/70-wacom.conf"</option> in
configuration.nix easily.
'';
};
Expand All @@ -40,7 +40,7 @@ in

services.udev.packages = [ pkgs.xf86_input_wacom ];

environment.etc."X11/xorg.conf.d/50-wacom.conf".source = "${pkgs.xf86_input_wacom}/share/X11/xorg.conf.d/50-wacom.conf";
environment.etc."X11/xorg.conf.d/70-wacom.conf".source = "${pkgs.xf86_input_wacom}/share/X11/xorg.conf.d/70-wacom.conf";

};

Expand Down

0 comments on commit c311871

Please sign in to comment.