From 94e2d64cbbb4c1901bbd7466f12662dba28005da Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 4 May 2023 17:09:32 -0400 Subject: modules: prefix with getchoo --- modules/base/documentation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/base/documentation.nix') diff --git a/modules/base/documentation.nix b/modules/base/documentation.nix index 0f3b9d3..9064507 100644 --- a/modules/base/documentation.nix +++ b/modules/base/documentation.nix @@ -4,10 +4,10 @@ pkgs, ... }: let - cfg = config.base.documentation; + cfg = config.getchoo.base.documentation; inherit (lib) mkEnableOption mkIf; in { - options.base.documentation.enable = mkEnableOption "base module documentation"; + options.getchoo.base.documentation.enable = mkEnableOption "base module documentation"; config = mkIf cfg.enable { environment.systemPackages = with pkgs; [man-pages man-pages-posix]; -- cgit v1.2.3