aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/sound.nix
blob: ec7f41df166aaaaf6179ea48a106f874c551cf6b (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
29
30
31
32
33
34
35
36
37
38
{ pkgs, ... }:
{
  environment = {
    systemPackages = with pkgs; [
      bespokesynth
      cardinal
      chow-tape-model
      distrho-ports
      fluidsynth
      geonkick
      lilypond-unstable-with-fonts
      lsp-plugins
      odin2
      oxefmsynth
      polyphone
      qsynth
      reaper
      master.rosegarden
      samplv1
      sfizz
      surge-XT
      synthv1
      v4l-utils
      vapoursynth
      vital
      vmpk
      vocproc
      wavpack
      winetricks
      wineWowPackages.stagingFull
      yabridge
      yabridgectl
      yoshimi
      zam-plugins
      zynaddsubfx
    ];
  };
}