pacifidlog: set STEAM_EXTRA_COMPAT_TOOLS_PATHS (#142)
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-21 23:55:37 -04:00 committed by GitHub
parent 21b840938b
commit 4b9ab32328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,12 @@
enable = true;
autoStart = true;
desktopSession = "hyprland";
environment.STEAM_GAMESCOPE_COLOR_MANAGED = "0";
environment = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "${pkgs.proton-ge-bin.steamcompattool}";
STEAM_GAMESCOPE_COLOR_MANAGED = "0";
};
user = "aly";
};