From d302da12ac1f7d70d8ffcd3577dde3e1a005e263 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 14 Nov 2023 16:53:22 +0100 Subject: [PATCH] Add additional man pages --- system/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/default.nix b/system/default.nix index b96d0a5a..61d6f82c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -132,6 +132,10 @@ with mylib.networking; { ]; }; + documentation.enable = true; + documentation.man.enable = true; + documentation.dev.enable = true; + # Set your time zone. time.timeZone = "Europe/Berlin"; @@ -338,6 +342,8 @@ with mylib.networking; { procps # pgrep, pkill slirp4netns # user network namespaces wireguard-tools + man-pages + man-pages-posix ]; # NOTE: Gnome