Fix programs.zathura.options type and default

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

View file

@ -23,8 +23,8 @@ in
Zathura, a highly customizable and funtional document viewer
focused on keyboard interaction '';
options = mkOption {
default = null;
type = types.nullOr types.attrs;
default = {};
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