pub-solar-os/pkgs/sway-service.nix

7 lines
200 B
Nix
Raw Normal View History

2021-05-30 19:10:28 +00:00
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
''