diff options
Diffstat (limited to 'modules/darwin/base/documentation.nix')
| -rw-r--r-- | modules/darwin/base/documentation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/darwin/base/documentation.nix b/modules/darwin/base/documentation.nix index 0e3ce85..ecc5813 100644 --- a/modules/darwin/base/documentation.nix +++ b/modules/darwin/base/documentation.nix @@ -3,10 +3,10 @@ lib, ... }: let - cfg = config.getchoo.base.documentation; + cfg = config.base.documentation; inherit (lib) mkEnableOption mkIf; in { - options.getchoo.base.documentation.enable = mkEnableOption "base module documentation"; + options.base.documentation.enable = mkEnableOption "base module documentation"; config = mkIf cfg.enable { documentation.man.enable = true; |
