From e37ef757ae8c0459d5544ec1393ad1e7f38a5d01 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 14 Jun 2024 11:30:32 -0400 Subject: [PATCH] removed gamescopeSession --- systems/bob/steam.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/bob/steam.nix b/systems/bob/steam.nix index 03d89af..17c2e23 100644 --- a/systems/bob/steam.nix +++ b/systems/bob/steam.nix @@ -9,7 +9,6 @@ remotePlay.openFirewall = true; localNetworkGameTransfers.openFirewall = true; extraCompatPackages = with pkgs; [ proton-ge-bin ]; - gamescopeSession.enable = true; extest.enable = true; }; };