Unverified Commit 2be7adad authored by quantenzitrone's avatar quantenzitrone
Browse files
parent 0c13c80d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ let
        nativeBuildInputs = [
          gzip
          mkfontscale
          mkfontscale
        ];
      }
      ''
+1 −1
Original line number Diff line number Diff line
@@ -877,7 +877,7 @@ in
          cfgPath = "X11/xorg.conf.d/10-evdev.conf";
        in
        {
          ${cfgPath}.source = xf86-input-evdev.out + "/share/" + cfgPath;
          ${cfgPath}.source = pkgs.xf86-input-evdev.out + "/share/" + cfgPath;
        }
      );