From 3bb8873e7d7fb0a756ade7f553f2bc21c51d6aab Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 17 Dec 2024 22:16:45 -0500 Subject: [PATCH] adding protontricks --- common/optional/steam.nix | 1 + 1 file changed, 1 insertion(+) 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; };