Server/beets: enable chroma plugin

This commit is contained in:
Toast 2025-09-13 00:06:27 +02:00
parent 3e29186990
commit b6119bd2cc

View file

@ -37,6 +37,7 @@ in {
plugins = [ plugins = [
"unimported" "unimported"
"fetchart" "fetchart"
"chroma"
]; ];
}; };
}; };