add useful pipewire tools

This commit is contained in:
Gabriel Ebner 2020-12-26 12:12:23 +01:00
parent 30039f69bd
commit fdbf06fcae
2 changed files with 5 additions and 1 deletions

@ -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 }:

@ -18,6 +18,8 @@
pulseaudio
alsaUtils
carla
qjackctl
pipewire.lib
];
}