[Unit] Description=Load profile environment into session Before=graphical-session-pre.target [Service] Type=oneshot ExecStart=/bin/sh -c '. $HOME/.config/dotfiles/profile && systemctl --user import-environment' [Install] WantedBy=basic.target