aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/sound.nix
blob: 9750114353562aa50e3c852b2e6ded1733e91950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ 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
  ];
}