nixos/gamescope: expose gamescopectl

This commit is contained in:
PedroHLC 2024-08-26 08:32:36 -03:00
parent f02fa2f654
commit 61dfef9a3d
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -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
{