index
:
nix/system
master
My NixOS Configuration
Nathan Reiner <nathan@nathanreiner.xyz>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
home
/
programs
/
zathura
/
default.nix
blob: ecae28944fca1c749ee12289ab25d2942c52a5f9 (
plain
)
1
2
3
4
5
{
pkgs
,
...
}:
{
enable
=
true
;
package
=
pkgs
.
zathura
.
override
{
useMupdf
=
true
;
};
}