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