Update to pro audio

This commit is contained in:
Filippo Berto 2022-04-04 10:00:17 +02:00
parent f82a750769
commit 72f8d14197
4 changed files with 26 additions and 25 deletions

View file

@ -13,32 +13,32 @@ in
home.packages = with pkgs; [
carla
rnnoise
cardinal
# ardour
ardour
# zrythm
# Plugins
# artyFX
# geonkick
# lsp-plugins
# boops
autotalent
boops
cardinal
geonkick
helm
(lsp-plugins.overrideAttrs (old: { version = "1.2.0"; }))
# noise-repellent
samplv1
# speech-denoiser
# stochas
sunvox
# surge
# talentedhack
# tunefish
# x42-plugins
surge-XT
talentedhack
tunefish
vocproc
x42-plugins
zita-at1
zynaddsubfx
zyn-fusion
];
home.sessionVariables = variables;
home.file = {
# ".lv2" = { source = ~/.nix-profile/lib/lv2; };
# ".dssi" = { source= ~/.nix-profile/lib/dssi; };
# ".ladspa" = { source = ~/.nix-profile/lib/ladspa; };
# ".lxvst" = { source = ~/.nix-profile/lib/lxvst; };
# ".vst" = { source = ~/.nix-profile/lib/vst; };
# ".vst3" = { source = ~/.nix-profile/lib/vst3; };
};
}