diff --git a/common/optional/steam.nix b/common/optional/steam.nix index 24d3f1e..9344505 100644 --- a/common/optional/steam.nix +++ b/common/optional/steam.nix @@ -10,6 +10,7 @@ gamescopeSession.enable = true; remotePlay.openFirewall = true; localNetworkGameTransfers.openFirewall = true; + protontricks.enable = true; extraCompatPackages = with pkgs; [proton-ge-bin]; extest.enable = true; };