Add pipewire util packages
pavucontrol for nice slider ui pulseaudio for pactl qpwgrap for nice graph ui
This commit is contained in:
parent
01e315370e
commit
5270b13465
1 changed files with 3 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue