zathura: use mupdf by default
This commit is contained in:
parent
d008513af2
commit
11b9ed9e63
@ -14041,7 +14041,7 @@ let
|
||||
zathuraCollection = recurseIntoAttrs
|
||||
(callPackage ../applications/misc/zathura {
|
||||
callPackage = newScope pkgs.zathuraCollection;
|
||||
useMupdf = config.zathura.useMupdf or false;
|
||||
useMupdf = config.zathura.useMupdf or true;
|
||||
});
|
||||
|
||||
zathura = zathuraCollection.zathuraWrapper;
|
||||
|
Loading…
Reference in New Issue
Block a user