mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
steam env
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user