Enable pro audio module

This commit is contained in:
Filippo Berto 2022-02-17 00:54:55 +01:00
parent c0a350f427
commit 6836b75b92

View file

@ -20,25 +20,25 @@ in
# artyFX
# boops
# geonkick
# lsp-plugins
lsp-plugins
# # noise-repellent
# speech-denoiser
speech-denoiser
# stochas
# surge
# talentedhack
# tunefish
# x42-plugins
talentedhack
tunefish
x42-plugins
];
home.sessionVariables = variables;
# home.file = {
# ".lv2" = { source = ~/.nix-profile/lib/lv2; };
# # ".dssi" = { source= ~/.nix-profile/lib/dssi; };
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; };
# ".lxvst" = { source = ~/.nix-profile/lib/lxvst; };
".vst" = { source = ~/.nix-profile/lib/vst; };
# ".vst3" = { source = ~/.nix-profile/lib/vst3; };
# };
};
}