From 95ac27788ecb6221867f1a2738ce12b445775bf4 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 16 Aug 2023 17:46:35 -0400 Subject: modules/nixos+darwin: remove getchoo prefix --- modules/darwin/base/documentation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/darwin/base/documentation.nix') 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; -- cgit v1.2.3