diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-01-03 16:56:23 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-01-03 16:56:23 -0800 |
commit | da2fd7ff575639d79aa1352c3a8618be3b873976 (patch) | |
tree | a80c9206a78cddbd57c466045139756be847b7e7 /hosts/common | |
parent | c629ede75e80848d05e9cc68ec5544fe66b32e3b (diff) | |
download | nix-da2fd7ff575639d79aa1352c3a8618be3b873976.tar nix-da2fd7ff575639d79aa1352c3a8618be3b873976.tar.gz nix-da2fd7ff575639d79aa1352c3a8618be3b873976.tar.bz2 nix-da2fd7ff575639d79aa1352c3a8618be3b873976.tar.lz nix-da2fd7ff575639d79aa1352c3a8618be3b873976.tar.xz nix-da2fd7ff575639d79aa1352c3a8618be3b873976.tar.zst nix-da2fd7ff575639d79aa1352c3a8618be3b873976.zip |
Add some audio plugins
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/sound.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index c54461a..6bd94d0 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -4,9 +4,11 @@ systemPackages = with pkgs; [ bespokesynth cardinal + distrho-ports fluidsynth geonkick lilypond-unstable-with-fonts + odin2 polyphone qsynth reaper @@ -17,6 +19,7 @@ synthv1 v4l-utils vapoursynth + vital vmpk vocproc wavpack |