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