Any Guix users on a foreign distro here? I run debian with a guix setup, but I have the problem that Debian packages keep getting intercepted by Guix profiles, specifically GTK packages via the GIO_EXTRA_MODULES envar. E.g. after a recent update I get
firefox-esr: symbol lookup error: /home/anon/profiles/network/lib/gio/modules/libdconfsettings.so: undefined symbol: g_once_init_enter_pointer
I can fix this for Firefox by simply removing the Guix envars via a shell script, but is there a sensible way of doing that for every GTK app? Real annoying innit.