mirror of
https://github.com/RGBCube/ncc
synced 2026-01-14 01:01:04 +00:00
9 lines
149 B
Nix
9 lines
149 B
Nix
{
|
|
nixosModules.documentation = {
|
|
documentation = {
|
|
doc.enable = false;
|
|
info.enable = false;
|
|
man.enable = true;
|
|
};
|
|
};
|
|
}
|