From 7aa912237697c08537688cc4d13d75bff819f7aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 08:03:36 -0700 Subject: profiles/default: more consolidation --- profiles/documentation.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 profiles/documentation.nix (limited to 'profiles/documentation.nix') diff --git a/profiles/documentation.nix b/profiles/documentation.nix new file mode 100644 index 0000000..71ba06b --- /dev/null +++ b/profiles/documentation.nix @@ -0,0 +1,15 @@ +{ config, lib, pkgs, ... }: +{ + documentation = { + enable = true; + dev.enable = true; + info.enable = true; + man.enable = true; + nixos.enable = true; + }; + + environment.systemPackages = with pkgs; [ + man-pages + man-pages-posix + ]; +} -- cgit v1.2.3