diff options
| author | seth <[email protected]> | 2023-05-04 17:09:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-04 17:09:32 -0400 |
| commit | 94e2d64cbbb4c1901bbd7466f12662dba28005da (patch) | |
| tree | ed0eb80c62f75b3ec5f302249dab60b3a1726ed2 /modules/base/documentation.nix | |
| parent | 9937a252dec0f33437a396e0f6c43ca456cf5b92 (diff) | |
modules: prefix with getchoo
Diffstat (limited to 'modules/base/documentation.nix')
| -rw-r--r-- | modules/base/documentation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |
