mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
14 lines
296 B
SYSTEMD
14 lines
296 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=PATH=@paprefs@/bin:@pavucontrol@/bin
|
||
|
ExecStart='@pasystray@/bin/pasystray' '-g'
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session-pre.target
|
||
|
After=tray.target
|
||
|
Description=PulseAudio system tray
|
||
|
PartOf=graphical-session.target
|
||
|
Requires=tray.target
|