From a8630322f77dbb7be4810099a42352b9278996a1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 1 Oct 2023 10:41:09 -0400 Subject: treewide!: flatten to parts/ layout --- modules/shared/base/documentation.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 modules/shared/base/documentation.nix (limited to 'modules/shared/base/documentation.nix') diff --git a/modules/shared/base/documentation.nix b/modules/shared/base/documentation.nix deleted file mode 100644 index ecc5813..0000000 --- a/modules/shared/base/documentation.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.base.documentation; - inherit (lib) mkEnableOption mkIf; -in { - options.base.documentation.enable = mkEnableOption "base module documentation"; - - config = mkIf cfg.enable { - documentation.man.enable = true; - }; -} -- cgit v1.2.3