From 6836b75b9200d507193a632d11ef42bc500d0c90 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 17 Feb 2022 00:54:55 +0100 Subject: [PATCH] Enable pro audio module --- modules/pro_audio.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/pro_audio.nix b/modules/pro_audio.nix index fc1021d..6b5717b 100644 --- a/modules/pro_audio.nix +++ b/modules/pro_audio.nix @@ -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; }; - # ".ladspa" = { source = ~/.nix-profile/lib/ladspa; }; - # # ".lxvst" = { source = ~/.nix-profile/lib/lxvst; }; - # ".vst" = { source = ~/.nix-profile/lib/vst; }; - # ".vst3" = { source = ~/.nix-profile/lib/vst3; }; - # }; + 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; }; + }; }