From 812b64d4d3c243bf7b6d08e9d210750f53e39e22 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 9 Sep 2020 08:11:36 +0200 Subject: man: prepare for new `programs.man` options --- modules/programs/man.nix | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/modules/programs/man.nix b/modules/programs/man.nix index 0ed376780d4..2968ccf4845 100644 --- a/modules/programs/man.nix +++ b/modules/programs/man.nix @@ -4,14 +4,16 @@ with lib; { options = { - programs.man.enable = mkOption { - type = types.bool; - default = true; - description = '' - Whether to enable manual pages and the man - command. This also includes "man" outputs of all - home.packages. - ''; + programs.man = { + enable = mkOption { + type = types.bool; + default = true; + description = '' + Whether to enable manual pages and the man + command. This also includes "man" outputs of all + home.packages. + ''; + }; }; }; -- cgit v1.2.3