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; }