aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 7eaad84b..31219509 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -537,6 +537,17 @@ show_border=1
(simple-service 'gui-environment home-environment-variables-service-type
`(("TERMINAL" . "kitty")
("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/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/...")
+ #\:))
("_JAVA_OPTIONS" .
,(string-append
"$_JAVA_OPTIONS${_JAVA_OPTIONS:+ }-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true "