Change Steam to symlink as recommended by the impermanence git
This commit is contained in:
parent
aee7a6b8c8
commit
f30a5824a5
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
directories = [
|
||||
"games/${removePrefix "${homeDirectory}/" configHome}/heroic"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/PrismLauncher"
|
||||
"games/${removePrefix "${homeDirectory}/" dataHome}/Steam"
|
||||
{
|
||||
directory = "games/${removePrefix "${homeDirectory}/" dataHome}/Steam";
|
||||
method = "symlink";
|
||||
}
|
||||
];
|
||||
files = [ "games/.steam/registry.vdf" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue