From cc622196f25c4c200c2ba0d722656be862d1a316 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 25 Aug 2025 13:57:58 -0400 Subject: steam: added proton GE --- features/system/gui/apps/steam.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'features/system/gui/apps') diff --git a/features/system/gui/apps/steam.nix b/features/system/gui/apps/steam.nix index de17f43..ab383bf 100644 --- a/features/system/gui/apps/steam.nix +++ b/features/system/gui/apps/steam.nix @@ -13,6 +13,9 @@ in { remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; gamescopeSession.enable = true; + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; }; hardware.steam-hardware.enable = true; programs.gamemode.enable = true; -- cgit v1.2.3