From 93c6e6d99274b0bd3aed035db3fe939d9855207d Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 12 Jan 2026 20:35:43 -0500 Subject: nixos: fixed steam black screen issue --- nixos/features/gui/apps/steam.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/features/gui') 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; -- cgit v1.2.3