os/pkgs/sway-service.nix
2023-01-28 21:49:10 +01:00

8 lines
201 B
Nix

self:
with self; ''
# first import environment variables from the login manager
systemctl --user import-environment;
# then start the service
exec systemctl --wait --user start sway.service
''