Fix programs.zathura.options description and example

This commit is contained in:
Adam Washington 2018-09-14 10:06:52 +01:00
parent 5761c00da1
commit 48afd162f3
No known key found for this signature in database
GPG key ID: 0D2B93AB0C87BAF1

View file

@ -27,11 +27,14 @@ in
type = with types; attrsOf (either str (either bool int));
description = ''
Add :set command options to zathura and make them permanent.
Run <code>man zathura</code> to see the full list of options
'';
example = literalExample ''
{default-bg = "#000000"; default-fg = "#FFFFFF";}
See
<citerefentry>
<refentrytitle>zathurarc</refentrytitle>
<manvolnum>5</manvolnum>
</cityrefentry>
to see the full list of options
'';
example = {default-bg = "#000000"; default-fg = "#FFFFFF";};
};
extraConfig = mkOption {
type = types.lines;