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
|
# This isn't perfect, but let's expect the user specifies an UTF-8 defaultLocale
|
||||||
i18n.supportedLocales = [ (config.i18n.defaultLocale + "/UTF-8") ];
|
i18n.supportedLocales = [ (config.i18n.defaultLocale + "/UTF-8") ];
|
||||||
services.nixosManual.enable = mkDefault false;
|
services.nixosManual.enable = mkDefault false;
|
||||||
|
|
||||||
|
programs.man.enable = mkDefault false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user