Disable man pages

This commit is contained in:
2022-12-20 15:43:52 +01:00
parent 39ff4ee9e8
commit 7e9e114516

View File

@@ -171,6 +171,9 @@ with pkgs;
};
};
# Disable man pages
documentation.man.enable = false;
# Import other configuration modules
imports = [
./modules/hardware-configuration.nix