Update audio config + fix kakoune powerline
This commit is contained in:
parent
5644854e33
commit
95cf33eefd
3 changed files with 13 additions and 10 deletions
|
|
@ -295,6 +295,7 @@ in
|
|||
}
|
||||
}
|
||||
''
|
||||
"require-module powerline"
|
||||
"powerline-start"
|
||||
"require-module connect-broot"
|
||||
"require-module connect-lf"
|
||||
|
|
|
|||
|
|
@ -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; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
4
odin.nix
4
odin.nix
|
|
@ -146,7 +146,7 @@
|
|||
./modules/latex.nix
|
||||
./modules/lf.nix
|
||||
./modules/libinput-gestures.nix
|
||||
./modules/lorri.nix
|
||||
# ./modules/lorri.nix
|
||||
./modules/man.nix
|
||||
./modules/mangohud.nix
|
||||
./modules/megasync.nix
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
||||
# ./modules/pro_audio.nix
|
||||
./modules/pro_audio.nix
|
||||
# ./modules/security.nix
|
||||
|
||||
./modules/shell_aliases.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue