Hi, I've a weird issue with all `XDG_..` env paths in the `root`. These are `XDG_...` env paths in `user` and `root`, exactly are same:
``` XDG_CONFIG_DIRS=/home/hamzeh/.guix-profile/etc/xdg:/run/current-system/profile/etc/xdg:/home/hamzeh/.guix-profile/etc/xdg:/run/current-system/profile/etc/xdg XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_MENU_PREFIX=lxqt- XDG_DATA_HOME=/home/hamzeh/.local/share XDG_CONFIG_HOME=/home/hamzeh/.config XDG_SEAT=seat0 XDG_SESSION_DESKTOP=LXQt XDG_SESSION_TYPE=x11 XDG_CURRENT_DESKTOP=LXQt XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_CACHE_HOME=/home/hamzeh/.cache XDG_SESSION_CLASS=user XDG_DESKTOP_PORTAL_DIR=/home/hamzeh/.guix-profile/share/xdg-desktop-portal/portals XDG_VTNR=7 XDG_SESSION_ID=c2 XDG_RUNTIME_DIR=/run/user/1000 XDG_DATA_DIRS=/home/hamzeh/.guix-profile/share:/run/current-system/profile/share:/home/hamzeh/.guix-profile/share:/run/current-system/profile/share:/home/hamzeh/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share p ``` Do you have any idea? Where and how can I fix them for `root`? Regards,
