aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/sound.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix
index 6bd94d0..b05ef1e 100644
--- a/hosts/common/optional/sound.nix
+++ b/hosts/common/optional/sound.nix
@@ -4,11 +4,14 @@
systemPackages = with pkgs; [
bespokesynth
cardinal
+ chow-tape-model
distrho-ports
fluidsynth
geonkick
lilypond-unstable-with-fonts
+ lsp-plugins
odin2
+ oxefmsynth
polyphone
qsynth
reaper
@@ -28,6 +31,7 @@
yabridge
yabridgectl
yoshimi
+ zam-plugins
zynaddsubfx
];
};