From 2720122fe65097031f694878afc77253675262a5 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Thu, 5 Mar 2026 17:57:09 +0100 Subject: [PATCH] steam env --- modules/gaming/sys/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gaming/sys/steam.nix b/modules/gaming/sys/steam.nix index a0fb68f..df0c146 100644 --- a/modules/gaming/sys/steam.nix +++ b/modules/gaming/sys/steam.nix @@ -6,6 +6,7 @@ package = pkgs-unstable.steam.override { extraEnv = { GAMEMODERUN = "1"; + PROTON_ENABLE_WAYLAND = "1"; PROTON_ENABLE_HDR = "1"; PROTON_FSR4_UPGRADE = "1"; DXIL_SPIRV_CONFIG = "wmma_rdna3_workaround";