From acb833e1981fcbcd39adf61780f20fd6bcfd00dd Mon Sep 17 00:00:00 2001 From: neoney Date: Fri, 26 Jan 2024 18:44:55 +0000 Subject: [PATCH] Update hosts/niks/configuration.nix --- hosts/niks/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 1c84570b..5df251b0 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -42,11 +42,11 @@ documentation = { enable = true; dev.enable = true; - doc.enable = true; - info.enable = true; + doc.enable = false; + info.enable = false; man = { enable = true; - generateCaches = true; + generateCaches = false; man-db.enable = false; mandoc.enable = true; };