Merge pull request 'Import the full environment again' (#124) from fix/env581a8829 into main

Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/124
Reviewed-by: teutat3s <teutates@mailbox.org>
Reviewed-by: hensoko <hensoko@noreply.example.org>
This commit is contained in:
teutat3s 2022-08-25 14:14:16 +00:00
commit 6db8ab0a98
No known key found for this signature in database
GPG key ID: 5FEAFA6A0FC8075D

View file

@ -1,6 +1,6 @@
self: with self; ''
# first import environment variables from the login manager
systemctl --user import-environment $IMPORT_ENVIRONMENT_ENV_LIST DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP PATH;
systemctl --user import-environment;
# then start the service
exec systemctl --wait --user start sway.service
''