summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-12-27 23:47:29 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-12-27 23:47:29 +0100
commitc311871a6d0a3f83a0cec3e6b8804a741b83dcb5 (patch)
treeab3a3c1193aaa9bdef1542a3ce1b63f4786d6b9e /nixos/modules/services
parentd0ad9b5a893512943b38851226cbaeed3daf7476 (diff)
downloadnixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.tar
nixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.tar.gz
nixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.tar.bz2
nixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.tar.lz
nixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.tar.xz
nixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.tar.zst
nixlib-c311871a6d0a3f83a0cec3e6b8804a741b83dcb5.zip
xserver.wacom: update xorg.conf.d name after upstream change of the number
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/x11/hardware/wacom.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/hardware/wacom.nix b/nixos/modules/services/x11/hardware/wacom.nix
index 540ed168b489..a27889c36a70 100644
--- a/nixos/modules/services/x11/hardware/wacom.nix
+++ b/nixos/modules/services/x11/hardware/wacom.nix
@@ -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.
         '';
       };
@@ -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";
 
   };