From 6ba20a0614991056b6961ed52c3602af1adc908c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 18 Nov 2024 11:12:02 +0100 Subject: [PATCH] disable home-manager documentation --- config/documentation.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/documentation.nix b/config/documentation.nix index 45632325..398e1ad2 100644 --- a/config/documentation.nix +++ b/config/documentation.nix @@ -2,7 +2,8 @@ { documentation.nixos.includeAllModules = true; documentation.nixos.options.warningsAreErrors = false; - home-manager.users.darkkirb = + /* + home-manager.users.darkkirb = { lib, config, @@ -15,4 +16,5 @@ json.enable = true; }; }; + */ }