From 3872efe1ff664aaf98f10055039bfdc9c570e0e1 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 14 Jan 2024 23:42:31 +0100 Subject: Mount more savegame locations in Steam container --- tw/home.scm | 14 +++++++------- 1 file 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 -- cgit v1.2.3