1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak c86cf48127 unfolder: extra programs 2024-01-17 14:57:41 -08:00
Tim Van Baak 9befa8bb16 beatific: add puddletag to extra programs 2024-01-17 14:57:27 -08:00
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
];
beatific.hostName = "unfolder";
beatific.extraPrograms = true;
# Bootloader.
boot.loader.grub = {

View File

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