mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add documentation module
This commit is contained in:
parent
2530a97d06
commit
5c577fbd00
1 changed files with 12 additions and 0 deletions
12
modules/documentation.nix
Normal file
12
modules/documentation.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
|
||||
systemConfiguration {
|
||||
documentation = {
|
||||
doc.enable = false;
|
||||
info.enable = false;
|
||||
|
||||
man = enabled {
|
||||
generateCaches = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue