mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
8045eb45a7
Allows a user to, for example, add the `-g` option. Also add a basic test case.
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
|