Fix home manager modules issues + update Odin
This commit is contained in:
parent
7d46411265
commit
35a3d8cc4e
6 changed files with 29 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ let
|
|||
})
|
||||
] ++ [
|
||||
# editorconfig-core-c
|
||||
python3.pkgs.editorconfig
|
||||
# python3.pkgs.editorconfig # TODO: fix dependencies
|
||||
] ++ (
|
||||
lib.optionals (pkgs.devEnvironment.enableCpp) [
|
||||
clang-tools
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
programs.man = {
|
||||
enable = true;
|
||||
generateCaches = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,21 +15,21 @@ in
|
|||
carla
|
||||
rnnoise
|
||||
cardinal
|
||||
ardour
|
||||
# ardour
|
||||
|
||||
# Plugins
|
||||
artyFX
|
||||
geonkick
|
||||
lsp-plugins
|
||||
boops
|
||||
# artyFX
|
||||
# geonkick
|
||||
# lsp-plugins
|
||||
# boops
|
||||
|
||||
# noise-repellent
|
||||
speech-denoiser
|
||||
stochas
|
||||
surge
|
||||
talentedhack
|
||||
tunefish
|
||||
x42-plugins
|
||||
# speech-denoiser
|
||||
# stochas
|
||||
# surge
|
||||
# talentedhack
|
||||
# tunefish
|
||||
# x42-plugins
|
||||
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue