Compare commits
2 Commits
8335a93596
...
c86cf48127
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | c86cf48127 | |
Tim Van Baak | 9befa8bb16 |
|
@ -7,6 +7,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
beatific.hostName = "unfolder";
|
beatific.hostName = "unfolder";
|
||||||
|
beatific.extraPrograms = true;
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue