Update audio config + fix kakoune powerline

This commit is contained in:
Filippo Berto 2022-03-21 09:33:12 +01:00
parent 5644854e33
commit 95cf33eefd
3 changed files with 13 additions and 10 deletions

View file

@ -295,6 +295,7 @@ in
}
}
''
"require-module powerline"
"powerline-start"
"require-module connect-broot"
"require-module connect-lf"

View file

@ -17,14 +17,16 @@ in
cardinal
ardour
# artyFX
# boops
# geonkick
# Plugins
artyFX
geonkick
lsp-plugins
# # noise-repellent
boops
# noise-repellent
speech-denoiser
# stochas
# surge
stochas
surge
talentedhack
tunefish
x42-plugins
@ -34,11 +36,11 @@ in
home.sessionVariables = variables;
home.file = {
".lv2" = { source = ~/.nix-profile/lib/lv2; };
# ".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; };
# ".vst" = { source = ~/.nix-profile/lib/vst; };
# ".vst3" = { source = ~/.nix-profile/lib/vst3; };
};
}