diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-25 13:57:58 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-25 13:57:58 -0400 |
| commit | cc622196f25c4c200c2ba0d722656be862d1a316 (patch) | |
| tree | 3f2281f076fdf6918fa85ff60ef561f64aedae8a /features/system/gui | |
| parent | b07e65a01a9f00ec4c7f52fe5e26222c1c40e791 (diff) | |
steam: added proton GE
Diffstat (limited to 'features/system/gui')
| -rw-r--r-- | features/system/gui/apps/steam.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
