2020-04-24 21:41:22 +02:00
|
|
|
. "/home/hm-user/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
2019-06-23 14:06:29 +02:00
|
|
|
|
2019-09-11 20:11:16 +02:00
|
|
|
if [ -e "$HOME/.profile" ]; then
|
2019-06-23 14:06:29 +02:00
|
|
|
. "$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
|
|
|
|
|
2024-09-08 09:55:05 +02:00
|
|
|
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
|
2019-06-23 14:06:29 +02:00
|
|
|
|
|
|
|
profile extra commands
|
|
|
|
|
|
|
|
export HM_XPROFILE_SOURCED=1
|