Calibre: Difference between revisions
m attached to category:Applications. Introduction sentence added. |
Phanirithvij (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Calibre is program to view, edit, convert and print ebooks. | [https://calibre-ebook.com/ Calibre] is program to view, edit, convert and print ebooks. | ||
This page is intended to explain how to run <code>calibre</code> in nixos. | This page is intended to explain how to run <code>calibre</code> in nixos. | ||
== Connecting USB devices == | |||
To connect devices via USB, you might have to add the following to your <code>configuration.nix</code> file: | |||
services.udisks2.enable = true; | |||
== .cbr and .cbz files == | == .cbr and .cbz files == | ||
Line 11: | Line 17: | ||
unrarSupport = true; | unrarSupport = true; | ||
}) | }) | ||
] | ]; | ||
</nowiki>}} | </nowiki>}} | ||