about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/gamescope
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/gamescope')
-rw-r--r--pkgs/applications/window-managers/gamescope/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/gamescope/default.nix b/pkgs/applications/window-managers/gamescope/default.nix
index e9edd10b25394..99ecf86e20a1b 100644
--- a/pkgs/applications/window-managers/gamescope/default.nix
+++ b/pkgs/applications/window-managers/gamescope/default.nix
@@ -130,5 +130,6 @@ stdenv.mkDerivation {
     license = licenses.bsd2;
     maintainers = with maintainers; [ nrdxp pedrohlc Scrumplex zhaofengli ];
     platforms = platforms.linux;
+    mainProgram = "gamescope";
   };
 }