mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
12 lines
279 B
SYSTEMD
12 lines
279 B
SYSTEMD
|
[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
|