aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-01-14 23:42:31 +0100
committerTimo Wilken2024-01-14 23:42:31 +0100
commit3872efe1ff664aaf98f10055039bfdc9c570e0e1 (patch)
tree321496c7b099fe3e9eacecbf6ffdaaee3cbbee52 /tw/home.scm
parent498607d777b2efe1a03d6a6b8a95e03eddcc6e3a (diff)
Mount more savegame locations in Steam container
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 31219509..99c958e3 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -539,14 +539,14 @@ show_border=1
("QT_X11_NO_MITSHM" . "1") ; fixes a Steam issue: https://gitlab.com/nonguix/nonguix/-/issues/267
("GUIX_SANDBOX_EXTRA_SHARES" . ; mount savegame locations inside Steam container
,(string-join
- '(#;"$HOME/savegames/big-pharma=$HOME/.local/share/..."
+ '("$HOME/savegames/banished=$HOME/.local/share/Steam/steamapps/compatdata/242920/pfx/drive_c/users/steamuser/Documents/Banished/Save"
+ "$HOME/savegames/planetbase=$HOME/.local/share/Steam/steamapps/compatdata/403190/pfx/drive_c/users/steamuser/Documents/Planetbase"
"$HOME/savegames/cities-skylines=$HOME/.local/share/Colossal Order/Cities_Skylines/Saves"
- #;"$HOME/savegames/colony-survival=$HOME/.local/share/..."
- #;"$HOME/savegames/infinifactory=$HOME/.local/share/..."
- #;"$HOME/savegames/planetbase=$HOME/.local/share/..."
- #;"$HOME/savegames/portal=$HOME/.local/share/..."
- #;"$HOME/savegames/spacechem=$HOME/.local/share/..."
- #;"$HOME/savegames/tis-100=$HOME/.local/share/...")
+ "$HOME/savegames/surviving-mars=$HOME/.local/share/Surviving Mars/76561198130982912"
+ "$HOME/savegames/colony-survival=$HOME/.local/share/Steam/steamapps/common/Colony Survival/gamedata/savegames"
+ "$HOME/savegames/portal=$HOME/.local/share/Steam/steamapps/common/Portal/portal/save"
+ "$HOME/savegames/spacechem=$HOME/.local/share/Zachtronics Industries/SpaceChem/save"
+ "$HOME/savegames/tis-100=$HOME/.local/share/TIS-100/76561198130982912")
#\:))
("_JAVA_OPTIONS" .
,(string-append