summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-10-22 14:42:26 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-10-22 15:20:51 -0400
commit18db7ec1afc610e609e8856dbc807eef6d79bfea (patch)
tree7ad14e09d5ff54e32759d1d2b1dea9588c6a6e19
parent9e99a4dc6f1070b1119fea07053ec0f121d6ea53 (diff)
nonguix: multiarch-container: Preserve MANGOHUD.
Now one can have set MANGOHUD=1 in their environment to have all Steam games launch with MangoHud, rather than always setting this per game launch settings. Likewise for MANGOHUD_CONFIG for configuration. * nonguix/multiarch-container.scm (make-container-wrapper): Preserve MANGOHUD environment variables.
-rw-r--r--nonguix/multiarch-container.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm
index ae04482..6c146cf 100644
--- a/nonguix/multiarch-container.scm
+++ b/nonguix/multiarch-container.scm
@@ -271,6 +271,7 @@ in a sandboxed FHS environment."
;; need to be shared with the container as
;; well; this is not needed currently.
"^LD_LIBRARY_PATH$"
+ "^MANGOHUD" ; For MangoHud configuration.
"^PRESSURE_VESSEL_" ; For pressure vessel options.
"_PROXY$"
"_proxy$"