1
1
Fork 0

beatific: add puddletag to extra programs

This commit is contained in:
Tim Van Baak 2024-01-17 14:57:27 -08:00
parent 8335a93596
commit 9befa8bb16
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
calibre # provides ebook-convert calibre # provides ebook-convert
imagemagick # image convertion cli imagemagick # image convertion cli
puddletag # mp3 tag editor
tesseract # OCR engine tesseract # OCR engine
]; ];
}) })