1

Modules: Add beets module

This commit is contained in:
2025-07-08 23:08:33 +02:00
parent dfab92e0de
commit f6c35e00ae
2 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable the beet music library tagger";
}