From d564a94aa75a723a38507aeaa7a5f838bbdf9fbc 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