summaryrefslogtreecommitdiffstats
path: root/usecases/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop')
-rw-r--r--usecases/desktop/graphical/audio-production.nix11
1 files changed, 10 insertions, 1 deletions
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:
13 packages = with pkgs.unstable; [ 13 packages = with pkgs.unstable; [
14 latencytop 14 latencytop
15 15
16 helvum
17
18 bespokesynth
19 cardinal
16 qjackctl 20 qjackctl
17 patchage 21 patchage
18 a2jmidid 22 a2jmidid
19 fluidsynth 23 fluidsynth
24 giada
20 qsynth 25 qsynth
21 soundfont-fluid 26 soundfont-fluid
22 qsampler 27 qsampler
@@ -26,7 +31,9 @@ inputs:
26 lmms 31 lmms
27 32
28 # plugins 33 # plugins
34 aether-lv2
29 calf 35 calf
36 CHOWTapeModel
30 fmsynth 37 fmsynth
31 zynaddsubfx 38 zynaddsubfx
32 helm 39 helm
@@ -41,7 +48,9 @@ inputs:
41 lsp-plugins 48 lsp-plugins
42 ninjas2 49 ninjas2
43 noise-repellent 50 noise-repellent
44 surge 51 surge-XT
52 yabridge
53 yabridgectl
45 ]; 54 ];
46 extraGroups = [ "audio" ]; 55 extraGroups = [ "audio" ];
47 }; 56 };