From a0462a52548c9e3c54c0d9069ae0b9e6f547f434 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 23 Dec 2020 20:18:03 +0100 Subject: [PATCH] pipewire: add some useful tools --- pipewire.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 + ]; + }