From ed68e6541c89e65ee654c1eb9ed9dce64ac1613e Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 13 Apr 2024 15:52:28 -0700 Subject: Update ginaz to be heavily modular --- hosts/common/optional/sound.nix | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 hosts/common/optional/sound.nix (limited to 'hosts/common/optional/sound.nix') diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix new file mode 100644 index 0000000..e3b5ac1 --- /dev/null +++ b/hosts/common/optional/sound.nix @@ -0,0 +1,31 @@ +{ pkgs, ... }: +{ + #environment.systemPackages = builtins.attrValues { + # inherit (pkgs) + environment.systemPackages = with pkgs; [ + bespokesynth + cardinal + fluidsynth + geonkick + lilypond-unstable-with-fonts + polyphone + qsynth + reaper + rosegarden + samplv1 + sfizz + surge-XT + synthv1 + vapoursynth + vmpk + vocproc + wavpack + winetricks + wineWowPackages.stagingFull + yabridge + yabridgectl + yoshimi + zynaddsubfx#; + ]; + #}; +} -- cgit v1.2.3