diff options
Diffstat (limited to 'hosts/common/documentation.nix')
| -rw-r--r-- | hosts/common/documentation.nix | 11 |
1 files changed, 11 insertions, 0 deletions
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; + }; +} |
