steam: Fix the steam library being inaccesible to steam
This commit is contained in:
parent
a936937ccf
commit
0b1c74693c
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
||||||
steam = prev.steam.override {
|
steam = prev.steam.override {
|
||||||
extraBwrapArgs = [
|
extraBwrapArgs = [
|
||||||
"--bind $HOME/.local/share/steam_home $HOME"
|
"--bind $HOME/.local/share/steam_home $HOME"
|
||||||
|
"--bind $HOME/mounts $HOME/mounts"
|
||||||
"--unsetenv XDG_CACHE_HOME"
|
"--unsetenv XDG_CACHE_HOME"
|
||||||
"--unsetenv XDG_CONFIG_HOME"
|
"--unsetenv XDG_CONFIG_HOME"
|
||||||
"--unsetenv XDG_DATA_HOME"
|
"--unsetenv XDG_DATA_HOME"
|
||||||
"--unsetenv XDG_STATE_HOME"
|
"--unsetenv XDG_STATE_HOME"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue