1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2026-01-14 01:01:04 +00:00
ncc/modules/documentation.mod.nix
2025-10-23 00:42:00 +03:00

9 lines
149 B
Nix

{
nixosModules.documentation = {
documentation = {
doc.enable = false;
info.enable = false;
man.enable = true;
};
};
}