Calibre: Difference between revisions
m attached to category:Applications. Introduction sentence added. |
Phanirithvij (talk | contribs) copied from old wiki |
||
Line 2: | Line 2: | ||
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 == |