diff options
Diffstat (limited to 'features')
| -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; |
