diff options
Diffstat (limited to 'nixos/features/gui/apps/steam.nix')
| -rw-r--r-- | nixos/features/gui/apps/steam.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/features/gui/apps/steam.nix b/nixos/features/gui/apps/steam.nix index d63b3a1..8decad3 100644 --- a/nixos/features/gui/apps/steam.nix +++ b/nixos/features/gui/apps/steam.nix @@ -10,6 +10,9 @@ in { config = lib.mkIf cfg.enable { programs.steam = { enable = true; + package = pkgs.steam.override { + extraArgs = "-system-composer"; + }; remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; gamescopeSession.enable = true; |
