9 lines
212 B
Nix
9 lines
212 B
Nix
{ ... }:
|
|
{
|
|
documentation.nixos.includeAllModules = true;
|
|
documentation.nixos.options.warningsAreErrors = false;
|
|
home-manager.users.darkkirb.manual = {
|
|
html.enable = true;
|
|
json.enable = true;
|
|
};
|
|
}
|