mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
nixos/gamescope: expose gamescopectl
This commit is contained in:
parent
f02fa2f654
commit
61dfef9a3d
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ let
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
makeWrapper ${cfg.package}/bin/gamescope $out/bin/gamescope --inherit-argv0 \
|
makeWrapper ${cfg.package}/bin/gamescope $out/bin/gamescope --inherit-argv0 \
|
||||||
${builtins.toString wrapperArgs}
|
${builtins.toString wrapperArgs}
|
||||||
|
ln -s ${cfg.package}/bin/gamescopectl $out/bin/gamescopectl
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue