pasystray: add paprefs and pavucontrol
This enables the "volume control" and "control local sound server" menu options. Fixes #461
This commit is contained in:
parent
40b279e3a3
commit
6d2f16a7ae
|
@ -24,6 +24,11 @@ with lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
|
Environment =
|
||||||
|
let
|
||||||
|
toolPaths = makeBinPath [ pkgs.paprefs pkgs.pavucontrol ];
|
||||||
|
in
|
||||||
|
[ "PATH=${toolPaths}" ];
|
||||||
ExecStart = "${pkgs.pasystray}/bin/pasystray";
|
ExecStart = "${pkgs.pasystray}/bin/pasystray";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue