disable home-manager documentation
This commit is contained in:
parent
be0b752ca2
commit
6ba20a0614
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
documentation.nixos.includeAllModules = true;
|
||||
documentation.nixos.options.warningsAreErrors = false;
|
||||
/*
|
||||
home-manager.users.darkkirb =
|
||||
{
|
||||
lib,
|
||||
|
@ -15,4 +16,5 @@
|
|||
json.enable = true;
|
||||
};
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue