summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2022-04-02 21:31:18 +0200
committerMinijackson <minijackson@riseup.net>2022-04-02 21:31:18 +0200
commit40da9089c089d2e34d96f024a35756e3752c6ac8 (patch)
treead8bda4023149e24f7fbb5e6948ff223711ebbda /usecases/desktop/graphical
parent039941ed1de3283f5683b2e124d1fb31851e017c (diff)
downloadnixos-config-reborn-40da9089c089d2e34d96f024a35756e3752c6ac8.tar.gz
nixos-config-reborn-40da9089c089d2e34d96f024a35756e3752c6ac8.zip
desktop/audio-production: add some programs
also switch surge -> surge-XT
Diffstat (limited to 'usecases/desktop/graphical')
-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 };