1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 19:08:33 +02:00
home-manager/tests/modules/programs/foot/systemd-user-service-expected.service
2021-06-05 20:53:45 +02:00

13 lines
280 B
Desktop File

[Install]
WantedBy=graphical-session.target
[Service]
ExecStart=@foot@/bin/foot --server
Restart=on-failure
[Unit]
After=graphical-session.target
Description=Fast, lightweight and minimalistic Wayland terminal emulator.
Documentation=man:foot(1)
PartOf=graphical-session.target