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