Compare commits
No commits in common. "c86cf48127c5356bb0189463bbdd807de4b76f37" and "8335a93596e0e97abe0cebf53c9b77494e7f8100" have entirely different histories.
c86cf48127
...
8335a93596
|
@ -7,7 +7,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
beatific.hostName = "unfolder";
|
beatific.hostName = "unfolder";
|
||||||
beatific.extraPrograms = true;
|
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
|
|
|
@ -124,7 +124,6 @@ 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