From cbe982d8c9f116ea804adb025792bb42a5214e07 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 2 Aug 2024 19:10:47 +0100 Subject: [PATCH] add gamescopeSession --- profiles/nixos/gaming/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/nixos/gaming/steam.nix b/profiles/nixos/gaming/steam.nix index a79792f..a196e06 100644 --- a/profiles/nixos/gaming/steam.nix +++ b/profiles/nixos/gaming/steam.nix @@ -3,6 +3,7 @@ enable = true; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; + gamescopeSession.enable = true; }; hardware.graphics.enable32Bit = true; }