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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@@ -13,6 +13,7 @@
|
|||||||
../common/configs/system/brightnessctl
|
../common/configs/system/brightnessctl
|
||||||
../common/configs/system/btrfs
|
../common/configs/system/btrfs
|
||||||
../common/configs/system/cpu
|
../common/configs/system/cpu
|
||||||
|
../common/configs/system/documentation
|
||||||
../common/configs/system/docker
|
../common/configs/system/docker
|
||||||
../common/configs/system/getty
|
../common/configs/system/getty
|
||||||
../common/configs/system/git
|
../common/configs/system/git
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
../common/configs/system/btrfs
|
../common/configs/system/btrfs
|
||||||
../common/configs/system/cloudflared
|
../common/configs/system/cloudflared
|
||||||
../common/configs/system/cpu
|
../common/configs/system/cpu
|
||||||
|
../common/configs/system/documentation
|
||||||
../common/configs/system/docker
|
../common/configs/system/docker
|
||||||
../common/configs/system/getty
|
../common/configs/system/getty
|
||||||
../common/configs/system/git
|
../common/configs/system/git
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
../common/configs/system/boot
|
../common/configs/system/boot
|
||||||
../common/configs/system/btrfs
|
../common/configs/system/btrfs
|
||||||
|
../common/configs/system/documentation
|
||||||
../common/configs/system/getty
|
../common/configs/system/getty
|
||||||
../common/configs/system/git
|
../common/configs/system/git
|
||||||
../common/configs/system/gpg-agent
|
../common/configs/system/gpg-agent
|
||||||
|
Reference in New Issue
Block a user