diff options
-rw-r--r-- | Com/Simatime/dev/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Com/Simatime/dev/configuration.nix b/Com/Simatime/dev/configuration.nix index ec3a5a4..97cba80 100644 --- a/Com/Simatime/dev/configuration.nix +++ b/Com/Simatime/dev/configuration.nix @@ -181,6 +181,15 @@ }; }; + documentation = { + enable = true; + dev.enable = true; + doc.enable = true; + info.enable = true; + man.enable = true; + nixos.enable = true; + }; + # Since this is the dev machine, we can turn these on at the expense of extra # disk space. nix.extraOptions = '' |