From 997705f058ae6d645a5ad5766e5b14fe0404ac6e Mon Sep 17 00:00:00 2001 From: Adam Washington Date: Fri, 14 Sep 2018 10:05:26 +0100 Subject: [PATCH] Fix Zathura enable text --- modules/programs/zathura.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/programs/zathura.nix b/modules/programs/zathura.nix index c98c3dc9..3a3eb9dc 100644 --- a/modules/programs/zathura.nix +++ b/modules/programs/zathura.nix @@ -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;