mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
modules/profiles/minimal.nix: Disable "man"
This commit is contained in:
parent
a359d330dc
commit
5e5df88457
|
@ -11,4 +11,6 @@ with lib;
|
|||
# This isn't perfect, but let's expect the user specifies an UTF-8 defaultLocale
|
||||
i18n.supportedLocales = [ (config.i18n.defaultLocale + "/UTF-8") ];
|
||||
services.nixosManual.enable = mkDefault false;
|
||||
|
||||
programs.man.enable = mkDefault false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue