home: gaming: protonup-qt -> using proton-ge directly

This commit is contained in:
Guanran Wang 2024-01-06 07:27:31 +08:00
parent b8cdae6a50
commit b76d0faf01
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,11 @@
{pkgs, ...}: { {
home.packages = [pkgs.steam]; pkgs,
inputs,
...
}: {
home.packages = [
(pkgs.steam.override {
extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.proton-ge}'";
})
];
} }

View file

@ -5,6 +5,5 @@
"osu-lazer" "osu-lazer"
"osu-stable" "osu-stable"
"mangohud" "mangohud"
"protonup-qt"
]; ];
} }