Add documentation
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
16
hosts/common/configs/system/documentation/default.nix
Normal file
16
hosts/common/configs/system/documentation/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
documentation = {
|
||||
enable = true;
|
||||
|
||||
dev.enable = true;
|
||||
doc.enable = true;
|
||||
info.enable = true;
|
||||
nixos.enable = true;
|
||||
|
||||
man = {
|
||||
enable = true;
|
||||
generateCaches = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user