From fdbf06fcaee5e55a7acaefd2243f796bc99fe7ce Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 26 Dec 2020 12:12:23 +0100 Subject: [PATCH] add useful pipewire tools --- common-sw.nix | 4 +++- pipewire.nix | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common-sw.nix b/common-sw.nix index ef97797..e56ecb8 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -84,7 +84,9 @@ graphviz open-wbo # toysolver - ] ++ (with aspellDicts; [ en de fr nl ]); + ] ++ (with aspellDicts; [ en de fr nl ]) + ++ (with gst_all_1; [ gstreamer gstreamer.dev + gst-plugins-bad gst-plugins-good gst-plugins-base gst-plugins-ugly ]); nixpkgs.config.packageOverrides = pkgs: with pkgs; let fetchNixPkgs = { rev, sha256 }: diff --git a/pipewire.nix b/pipewire.nix index a419f9c..27afea2 100644 --- a/pipewire.nix +++ b/pipewire.nix @@ -18,6 +18,8 @@ pulseaudio alsaUtils carla + qjackctl + pipewire.lib ]; }