disable warnings are errors

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-07 10:02:46 +01:00
parent 36c1bb934d
commit 5e8cd081a9

View file

@ -1,5 +1,6 @@
{...}: {
documentation.nixos.includeAllModules = true;
documentation.nixos.options.warningsAreErrors = false;
home-manager.users.darkkirb.manual = {
html.enable = true;
json.enable = true;