diff --git a/pipewire.nix b/pipewire.nix index 537b90f..a419f9c 100644 --- a/pipewire.nix +++ b/pipewire.nix @@ -14,4 +14,10 @@ pulse.enable = true; }; + environment.systemPackages = with pkgs; [ + pulseaudio + alsaUtils + carla + ]; + }