summaryrefslogtreecommitdiff
path: root/features/system/gui
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-25 21:55:58 -0400
committertriethyl <triethylammonium@pm.me>2025-08-25 21:55:58 -0400
commitba81d72859ab773e742d2c253c4337d051a8b0a7 (patch)
tree0c5b7e13c989da2be5f768bca1803d41eb4957e5 /features/system/gui
parentcc622196f25c4c200c2ba0d722656be862d1a316 (diff)
steam: added protontricks
Diffstat (limited to 'features/system/gui')
-rw-r--r--features/system/gui/apps/steam.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/system/gui/apps/steam.nix b/features/system/gui/apps/steam.nix
index ab383bf..046b814 100644
--- a/features/system/gui/apps/steam.nix
+++ b/features/system/gui/apps/steam.nix
@@ -13,6 +13,7 @@ in {
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
+ protontricks.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];