diff options
Diffstat (limited to 'modules/desktop/apps/games/steam.nix')
| -rw-r--r-- | modules/desktop/apps/games/steam.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/desktop/apps/games/steam.nix b/modules/desktop/apps/games/steam.nix index 50b5c62..51396f1 100644 --- a/modules/desktop/apps/games/steam.nix +++ b/modules/desktop/apps/games/steam.nix @@ -29,6 +29,11 @@ in { remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; gamescopeSession.enable = true; + protontricks.enable = true; }; + + environment.systemPackages = with pkgs; [ + protonup-qt + ]; }; } |
