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 | |
parent | dff2d8e02b656333b9a87f4dd879c566a34e9e69 (diff) |
system changes
Diffstat (limited to 'macos.local')
l--------- | macos.local/.flake/home/programs/.#core.nix.org | 1 | ||||
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/macos.local/.flake/home/programs/.#core.nix.org b/macos.local/.flake/home/programs/.#core.nix.org new file mode 120000 index 0000000..9d6fe69 --- /dev/null +++ b/macos.local/.flake/home/programs/.#core.nix.org @@ -0,0 +1 @@ +jjanzen@macos.local.20458:1739823609
\ No newline at end of file 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 |