1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-04 20:33:27 +02:00
home-manager/tests/modules/services/fusuma/expected-service.service

12 lines
279 B
SYSTEMD
Raw Normal View History

[Install]
WantedBy=graphical-session.target
[Service]
Environment=PATH=@coreutils@/bin:@xdotool@/bin
ExecStart=@fusuma@/bin/fusuma -c /home/hm-user/.config/fusuma/config.yaml
[Unit]
After=graphical-session-pre.target
Description=Fusuma services
PartOf=graphical-session.target