diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-01-03 17:05:49 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-01-03 17:05:49 -0800 |
commit | 9dfcb363c556aa9162066014674e56e67104df03 (patch) | |
tree | 3c4f7fec1cbb19306d3eb16f86452113bfe720c3 /hosts | |
parent | da2fd7ff575639d79aa1352c3a8618be3b873976 (diff) | |
download | nix-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 '')
-rw-r--r-- | hosts/common/optional/sound.nix | 4 |
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 ]; }; |