aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/system/core.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r--macos.local/.flake/system/core.nix.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org
index e4d2a24..18ca960 100644
--- a/macos.local/.flake/system/core.nix.org
+++ b/macos.local/.flake/system/core.nix.org
@@ -40,6 +40,13 @@ This file imports various system configuration components in addition to enablin
# Use zsh as my shell
programs.zsh.enable = true;
+ # Enable documentation and make
+ documentation = {
+ enable = true;
+ info.enable = true;
+ man.enable = true;
+ };
+
system.stateVersion = 5;
# Use ARM64 packages