From 40da9089c089d2e34d96f024a35756e3752c6ac8 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 2 Apr 2022 21:31:18 +0200 Subject: desktop/audio-production: add some programs also switch surge -> surge-XT --- usecases/desktop/graphical/audio-production.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/usecases/desktop/graphical/audio-production.nix b/usecases/desktop/graphical/audio-production.nix index 2513391..ef6b8a9 100644 --- a/usecases/desktop/graphical/audio-production.nix +++ b/usecases/desktop/graphical/audio-production.nix @@ -13,10 +13,15 @@ inputs: packages = with pkgs.unstable; [ latencytop + helvum + + bespokesynth + cardinal qjackctl patchage a2jmidid fluidsynth + giada qsynth soundfont-fluid qsampler @@ -26,7 +31,9 @@ inputs: lmms # plugins + aether-lv2 calf + CHOWTapeModel fmsynth zynaddsubfx helm @@ -41,7 +48,9 @@ inputs: lsp-plugins ninjas2 noise-repellent - surge + surge-XT + yabridge + yabridgectl ]; extraGroups = [ "audio" ]; }; -- cgit v1.2.3