From fa7a407bda1b26b413702287f227629af0798f55 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 8 Mar 2023 02:57:57 -0500 Subject: another major refactor --- profiles/base/documentation.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/base/documentation.nix (limited to 'profiles/base/documentation.nix') diff --git a/profiles/base/documentation.nix b/profiles/base/documentation.nix new file mode 100644 index 0000000..bd22316 --- /dev/null +++ b/profiles/base/documentation.nix @@ -0,0 +1,7 @@ +{pkgs, ...}: { + environment.systemPackages = with pkgs; [man-pages man-pages-posix]; + documentation = { + dev.enable = true; + man.enable = true; + }; +} -- cgit v1.2.3