From 7608b3701bf43502a9d3e5752b5f4cd9643f126b Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 25 Jan 2023 20:26:41 -0500 Subject: help --- hosts/common/documentation.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/common/documentation.nix (limited to 'hosts/common/documentation.nix') diff --git a/hosts/common/documentation.nix b/hosts/common/documentation.nix new file mode 100644 index 0000000..6d6b96f --- /dev/null +++ b/hosts/common/documentation.nix @@ -0,0 +1,11 @@ +{ + config, + pkgs, + ... +}: { + environment.systemPackages = with pkgs; [man-pages man-pages-posix nixpkgs-manual]; + documentation = { + dev.enable = true; + man.enable = true; + }; +} -- cgit v1.2.3