Calibre: Difference between revisions

Add installation section, improve cbr file section
Added mountOnMedia to udisks2 to allow calibre the correct permissions to update the device
 
(3 intermediate revisions by one other user not shown)
Line 53: Line 53:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.udisks2.enable = true;
services.udisks2 = {
    enable = true;
    mountOnMedia = true;
};
</syntaxhighlight>
</syntaxhighlight>


=== Opening <code>.cbr</code> files ===
=== Opening <code>.cbr</code> files ===


<code>.cbr</code> files are comic book archives in the [https://wikipedia.org/wiki/RAR_(file_format) RAR] archive format.
<code>.cbr</code> files are comic book archives in the [[Wikipedia:RAR_(file_format)|RAR]] archive format.


If you want to open <code>.cbr</code> files, replace <code>calibre</code> with the following in your NixOS or Home Manager configuration:
If you want to open <code>.cbr</code> files, replace <code>calibre</code> with the following in your NixOS or Home Manager configuration:
Line 79: Line 82:
}}
}}


== See also ==
* [[Wikipedia:Calibre|Calibre on Wikipedia]]


[[Category: Applications]]
[[Category: Applications]]