steam: Fix the steam library being inaccesible to steam

This commit is contained in:
caem 2025-02-02 19:11:59 +01:00
parent a936937ccf
commit 0b1c74693c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -2,11 +2,12 @@
steam = prev.steam.override {
extraBwrapArgs = [
"--bind $HOME/.local/share/steam_home $HOME"
"--bind $HOME/mounts $HOME/mounts"
"--unsetenv XDG_CACHE_HOME"
"--unsetenv XDG_CONFIG_HOME"
"--unsetenv XDG_DATA_HOME"
"--unsetenv XDG_STATE_HOME"
];
];
};
}