modules: system: documentation: include POSIX man
This commit is contained in:
parent
23e5ddd7f3
commit
902539ea6d
|
@ -35,6 +35,9 @@ in
|
||||||
nixos.enable = cfg.nixos.enable;
|
nixos.enable = cfg.nixos.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = lib.optional cfg.man.linux pkgs.manpages;
|
environment.systemPackages = with pkgs; lib.optionals cfg.man.linux [
|
||||||
|
man-pages
|
||||||
|
man-pages-posix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue