Calibre: Difference between revisions

Klinger (talk | contribs)
m attached to category:Applications. Introduction sentence added.
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>}}