home/steam: disable proton-ge

- I don't play Windows games at all and I have no idea why did I add it in the first place...
This commit is contained in:
Guanran Wang 2024-03-01 04:11:29 +08:00
parent 352d1dcb30
commit 690c024995
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

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