From f89556c74c60762d1fad986b5dce9ac66463c109 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Sun, 22 Oct 2023 14:42:26 -0400 Subject: 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. --- nonguix/multiarch-container.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'nonguix/multiarch-container.scm') 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$" -- cgit v1.2.3