Calibre: Difference between revisions

m change see also Wikipedia link to use shorthand
Added mountOnMedia to udisks2 to allow calibre the correct permissions to update the device
 
(One intermediate revision 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: