pipewire: Use helvum from unstable

The one from 22.11 does not build currently.
nazuna
Simon Bruder 2023-02-20 22:35:11 +01:00
parent d42f74a209
commit b0dc7169cf
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 2 additions and 2 deletions

View File

@ -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
];

View File

@ -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}%) ";