fix steam folder path
This commit is contained in:
parent
a0640360f0
commit
4f4bd5c462
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".local/steam_home"
|
||||
".local/share/steam_home"
|
||||
".local/share/osu"
|
||||
];
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }: final: prev: {
|
||||
steam = prev.steam.override {
|
||||
extraBwrapArgs = [
|
||||
"--bind $HOME/.local/steam_home $HOME"
|
||||
"--bind $HOME/.local/share/steam_home $HOME"
|
||||
"--unsetenv XDG_CACHE_HOME"
|
||||
"--unsetenv XDG_CONFIG_HOME"
|
||||
"--unsetenv XDG_DATA_HOME"
|
||||
|
|
Loading…
Add table
Reference in a new issue