mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
07682fff75
Allows a user to, for example, add the `-g` option.
Also add a basic test case.
(cherry picked from commit 8045eb45a7
)
13 lines
296 B
Desktop File
13 lines
296 B
Desktop File
[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
|