diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-04 17:21:29 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-04 17:21:29 -0600 |
commit | c5add6ab01da8da2065e799bcaca0af7345e9a4a (patch) | |
tree | 2b0d737295b20b7e3f758de5775e368c7cb41ed3 /macos.local/.flake/system | |
parent | dff2d8e02b656333b9a87f4dd879c566a34e9e69 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system')
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 7 |
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 |