Fix Zathura enable text
This commit is contained in:
parent
035522794d
commit
997705f058
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue