Fix programs.zathura.options description and example
This commit is contained in:
parent
5761c00da1
commit
48afd162f3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue