From 7e9e114516254f71434772015e5e93eacd199d46 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 20 Dec 2022 15:43:52 +0100 Subject: [PATCH] Disable man pages --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index f56bd23..59c4256 100644 --- a/configuration.nix +++ b/configuration.nix @@ -171,6 +171,9 @@ with pkgs; }; }; + # Disable man pages + documentation.man.enable = false; + # Import other configuration modules imports = [ ./modules/hardware-configuration.nix