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.extraPrograms = true;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.grub = {
|
||||
|
|
|
@ -124,6 +124,7 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
calibre # provides ebook-convert
|
||||
imagemagick # image convertion cli
|
||||
puddletag # mp3 tag editor
|
||||
tesseract # OCR engine
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue