aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-01-03 17:05:49 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-01-03 17:05:49 -0800
commit9dfcb363c556aa9162066014674e56e67104df03 (patch)
tree3c4f7fec1cbb19306d3eb16f86452113bfe720c3 /hosts/common
parentda2fd7ff575639d79aa1352c3a8618be3b873976 (diff)
downloadnix-9dfcb363c556aa9162066014674e56e67104df03.tar
nix-9dfcb363c556aa9162066014674e56e67104df03.tar.gz
nix-9dfcb363c556aa9162066014674e56e67104df03.tar.bz2
nix-9dfcb363c556aa9162066014674e56e67104df03.tar.lz
nix-9dfcb363c556aa9162066014674e56e67104df03.tar.xz
nix-9dfcb363c556aa9162066014674e56e67104df03.tar.zst
nix-9dfcb363c556aa9162066014674e56e67104df03.zip
Add some audio plugins
Diffstat (limited to 'hosts/common')
-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
];
};