Unverified Commit 0b508714 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

nixos/gamescope: expose gamescopectl (#337449)

parents b8c32981 61dfef9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ let
      mkdir -p $out/bin
      makeWrapper ${cfg.package}/bin/gamescope $out/bin/gamescope --inherit-argv0 \
        ${builtins.toString wrapperArgs}
      ln -s ${cfg.package}/bin/gamescopectl $out/bin/gamescopectl
    '';
in
{