diff options
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 |