pipewire: Use helvum from unstable
The one from 22.11 does not build currently.
This commit is contained in:
parent
d42f74a209
commit
b0dc7169cf
|
@ -16,7 +16,7 @@ lib.mkIf config.sbruder.gui.enable {
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
helvum # patch panel
|
||||
unstable.helvum # patch panel
|
||||
pavucontrol
|
||||
pulseaudio # pacmd and pactl
|
||||
];
|
||||
|
|
|
@ -170,7 +170,7 @@ in
|
|||
portable = " ";
|
||||
};
|
||||
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
|
||||
on-click-right = "${pkgs.helvum}/bin/helvum";
|
||||
on-click-right = "${pkgs.unstable.helvum}/bin/helvum";
|
||||
};
|
||||
network = {
|
||||
format-wifi = "{essid} ({signalStrength}%) 直 ";
|
||||
|
|
Loading…
Reference in a new issue