From 99b68cce3cf705e77d51f72f0e71640e342d2d74 Mon Sep 17 00:00:00 2001 From: Adam Washington Date: Fri, 14 Sep 2018 10:07:21 +0100 Subject: [PATCH] Fix erroneous description in programs.zathura.extraConfig --- modules/programs/zathura.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/programs/zathura.nix b/modules/programs/zathura.nix index 18c96505..62523698 100644 --- a/modules/programs/zathura.nix +++ b/modules/programs/zathura.nix @@ -40,9 +40,7 @@ in type = types.lines; default = ""; description = '' - Additional commands for zathura the zathurarc file. If this and all - other zathura options are null, then this feature is - disabled and no zathurarc link is produced. + Additional commands for zathura the zathurarc file. ''; }; };