From 61dfef9a3dcc8410c14d38777d1beb059d217c1f Mon Sep 17 00:00:00 2001 From: PedroHLC Date: Mon, 26 Aug 2024 08:32:36 -0300 Subject: [PATCH] nixos/gamescope: expose gamescopectl --- nixos/modules/programs/gamescope.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/gamescope.nix b/nixos/modules/programs/gamescope.nix index 6a0b0a8fbddd..ccd4fd448a8f 100644 --- a/nixos/modules/programs/gamescope.nix +++ b/nixos/modules/programs/gamescope.nix @@ -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 {