mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
14 lines
283 B
SYSTEMD
14 lines
283 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@parcellite@/bin/parcellite '--no-icon'
|
||
|
Restart=on-abort
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session-pre.target
|
||
|
After=tray.target
|
||
|
Description=Lightweight GTK+ clipboard manager
|
||
|
PartOf=graphical-session.target
|
||
|
Requires=tray.target
|