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

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