diff options
Diffstat (limited to 'modules/base/documentation.nix')
| -rw-r--r-- | modules/base/documentation.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/base/documentation.nix b/modules/base/documentation.nix deleted file mode 100644 index 9064507..0000000 --- a/modules/base/documentation.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: let - cfg = config.getchoo.base.documentation; - inherit (lib) mkEnableOption mkIf; -in { - options.getchoo.base.documentation.enable = mkEnableOption "base module documentation"; - - config = mkIf cfg.enable { - environment.systemPackages = with pkgs; [man-pages man-pages-posix]; - documentation = { - dev.enable = true; - man.enable = true; - }; - }; -} |
