summaryrefslogtreecommitdiff
path: root/nonguix
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-11-11 20:56:16 -0500
commitf89556c74c60762d1fad986b5dce9ac66463c109 (patch)
tree409fab9e4d504725ba8db3f99777d2e842ce85a2 /nonguix
parent3e698c64a831c3fc0d2d043852a6b850109459d7 (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.
Diffstat (limited to 'nonguix')
-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$"