1
0
mirror of https://github.com/nix-community/home-manager synced 2024-08-01 01:31:50 +02:00
home-manager/tests/modules/services/pasystray/expected.service
Motiejus Jakštys 07682fff75
pasystray: add extraOptions
Allows a user to, for example, add the `-g` option.

Also add a basic test case.

(cherry picked from commit 8045eb45a7)
2023-09-19 09:22:34 +02:00

14 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