Add pipewire util packages

pavucontrol for nice slider ui
pulseaudio for pactl
qpwgrap for nice graph ui
This commit is contained in:
GHOSCHT 2023-12-29 13:44:01 +01:00
parent 01e315370e
commit 5270b13465
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
security.rtkit.enable = true;
hardware.pulseaudio.enable = false;
services.pipewire = {
@ -8,4 +8,6 @@
pulse.enable = true;
jack.enable = true;
};
environment.systemPackages = with pkgs; [pavucontrol pulseaudio qpwgraph];
}