steam env

This commit is contained in:
2026-03-05 17:46:59 +01:00
parent 765d407489
commit f64f7b0da5

View File

@@ -3,11 +3,19 @@
programs.steam = { programs.steam = {
enable = true; enable = true;
extest.enable = true; extest.enable = true;
package = pkgs-unstable.steam.override {
extraEnv = {
GAMEMODERUN = "1";
PROTON_ENABLE_HDR = "1";
DXVK_HDR = "1";
ENABLE_HDR_WSI = "1";
PROTON_FSR4_UPGRADE = "1";
DXIL_SPIRV_CONFIG = "wmma_rdna3_workaround";
};
};
extraCompatPackages = with pkgs-unstable; [ extraCompatPackages = with pkgs-unstable; [
proton-ge-bin proton-ge-bin
]; ];
extraPackages = with pkgs-unstable; [ extraPackages = with pkgs-unstable; [
gamescope gamescope
mangohud mangohud