Update common.nix
This commit is contained in:
parent
efedd1c788
commit
7c87de9126
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue