Fix Zathura enable text

This commit is contained in:
Adam Washington 2018-09-14 10:05:26 +01:00
parent 035522794d
commit 997705f058
No known key found for this signature in database
GPG key ID: 0D2B93AB0C87BAF1

View file

@ -19,8 +19,9 @@ in
meta.maintainers = [maintainers.rprospero];
options.programs.zathura = {
enable = mkEnableOption ''Zathura is a highly customizable and funtional
document viewer focused on keyboard interaction.'';
enable = mkEnableOption ''
Zathura, a highly customizable and funtional document viewer
focused on keyboard interaction '';
options = mkOption {
default = null;
type = types.nullOr types.attrs;