Switch to more reliable Steam mount, add new network
This commit is contained in:
parent
43546073cf
commit
dbc0ab6dd3
2 changed files with 4 additions and 1 deletions
|
@ -14,12 +14,15 @@
|
|||
"games/${removePrefix "${homeDirectory}/" "Games"}"
|
||||
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
|
||||
{
|
||||
directory = "games/.steam";
|
||||
method = "symlink";
|
||||
}
|
||||
{
|
||||
directory = "games/${removePrefix "${homeDirectory}/" dataHome}/Steam";
|
||||
method = "symlink";
|
||||
}
|
||||
];
|
||||
files = [ "games/.steam/registry.vdf" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue