disable home-manager documentation

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-18 11:12:02 +01:00
parent be0b752ca2
commit 6ba20a0614

View file

@ -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;
}; };
}; };
*/
} }