Switch to more reliable Steam mount, add new network

This commit is contained in:
Bun 2025-06-03 01:44:05 -04:00
parent 43546073cf
commit dbc0ab6dd3
2 changed files with 4 additions and 1 deletions

View file

@ -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" ];
};
};