Update common.nix

This commit is contained in:
ediblerope 2025-12-03 11:09:22 +00:00 committed by GitHub
parent efedd1c788
commit 7c87de9126
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,9 @@ systemd.user.services.gnomeSettings = {
LOG=~/gnome-settings.log
echo "---- RUN $(date) ----" >> "$LOG"
# Debug info
# Add gsettings to PATH
export PATH=${pkgs.glib}/bin:$PATH
echo "XDG_SESSION_TYPE=$XDG_SESSION_TYPE" >> "$LOG"
echo "XDG_SESSION_DESKTOP=$XDG_SESSION_DESKTOP" >> "$LOG"
echo "DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS" >> "$LOG"