aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/misc/xsession/basic-xprofile-expected.txt
blob: 05733a974ff35b3bd699d9d45964e4a7b9b3755d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
. "/test-home/.nix-profile/etc/profile.d/hm-session-vars.sh"

if [ -e "$HOME/.profile" ]; then
  . "$HOME/.profile"
fi

# If there are any running services from a previous session.
# Need to run this in xprofile because the NixOS xsession
# script starts up graphical-session.target.
systemctl --user stop graphical-session.target graphical-session-pre.target

systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS DISPLAY SSH_AUTH_SOCK XAUTHORITY XDG_DATA_DIRS XDG_RUNTIME_DIR XDG_SESSION_ID EXTRA_IMPORTED_VARIABLE

profile extra commands

export HM_XPROFILE_SOURCED=1