diff --git a/hosts/common/configs/system/documentation/default.nix b/hosts/common/configs/system/documentation/default.nix index ebc7afd..0587064 100644 --- a/hosts/common/configs/system/documentation/default.nix +++ b/hosts/common/configs/system/documentation/default.nix @@ -1,5 +1,10 @@ -{ ... }: +{ pkgs, ... }: { + environment.systemPackages = with pkgs; [ + man-pages + man-pages-posix + ]; + documentation = { enable = true;