Enable pro audio module
This commit is contained in:
parent
c0a350f427
commit
6836b75b92
1 changed files with 13 additions and 13 deletions
|
|
@ -20,25 +20,25 @@ in
|
||||||
# artyFX
|
# artyFX
|
||||||
# boops
|
# boops
|
||||||
# geonkick
|
# geonkick
|
||||||
# lsp-plugins
|
lsp-plugins
|
||||||
# # noise-repellent
|
# # noise-repellent
|
||||||
# speech-denoiser
|
speech-denoiser
|
||||||
# stochas
|
# stochas
|
||||||
# surge
|
# surge
|
||||||
# talentedhack
|
talentedhack
|
||||||
# tunefish
|
tunefish
|
||||||
# x42-plugins
|
x42-plugins
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = variables;
|
home.sessionVariables = variables;
|
||||||
|
|
||||||
# home.file = {
|
home.file = {
|
||||||
# ".lv2" = { source = ~/.nix-profile/lib/lv2; };
|
".lv2" = { source = ~/.nix-profile/lib/lv2; };
|
||||||
# # ".dssi" = { source= ~/.nix-profile/lib/dssi; };
|
# ".dssi" = { source= ~/.nix-profile/lib/dssi; };
|
||||||
# ".ladspa" = { source = ~/.nix-profile/lib/ladspa; };
|
# ".ladspa" = { source = ~/.nix-profile/lib/ladspa; };
|
||||||
# # ".lxvst" = { source = ~/.nix-profile/lib/lxvst; };
|
# ".lxvst" = { source = ~/.nix-profile/lib/lxvst; };
|
||||||
# ".vst" = { source = ~/.nix-profile/lib/vst; };
|
".vst" = { source = ~/.nix-profile/lib/vst; };
|
||||||
# ".vst3" = { source = ~/.nix-profile/lib/vst3; };
|
# ".vst3" = { source = ~/.nix-profile/lib/vst3; };
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue