From c5add6ab01da8da2065e799bcaca0af7345e9a4a Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 4 Mar 2025 17:21:29 -0600 Subject: system changes --- macos.local/.flake/system/core.nix.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'macos.local/.flake/system/core.nix.org') 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 -- cgit v1.2.3