nixos-config/config/documentation.nix

10 lines
212 B
Nix
Raw Normal View History

2024-11-09 14:02:26 +00:00
{ ... }:
{
documentation.nixos.includeAllModules = true;
2024-11-07 09:02:46 +00:00
documentation.nixos.options.warningsAreErrors = false;
home-manager.users.darkkirb.manual = {
html.enable = true;
json.enable = true;
};
}