diff --git a/modules/programs/zathura.nix b/modules/programs/zathura.nix index 3a3eb9dc..0dd98b88 100644 --- a/modules/programs/zathura.nix +++ b/modules/programs/zathura.nix @@ -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 man zathura to see the full list of options