aboutsummaryrefslogtreecommitdiff
path: root/macos.local/flake/home
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-17 15:38:57 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-17 15:38:57 -0500
commitc733d64c6effbe1d718e8b6029234400bc664e13 (patch)
treed780c6759589ed1c0163bc608703227070c8028a /macos.local/flake/home
parentaa49605c34bab045d8c8c9144371cf4b44b7559b (diff)
system changes
Diffstat (limited to 'macos.local/flake/home')
-rw-r--r--macos.local/flake/home/core.nix.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/macos.local/flake/home/core.nix.org b/macos.local/flake/home/core.nix.org
index f92adc3..02be8f0 100644
--- a/macos.local/flake/home/core.nix.org
+++ b/macos.local/flake/home/core.nix.org
@@ -24,6 +24,14 @@ Set up home manager for my user account and import submodules. Define my user as
"$HOME/.local/bin"
"/usr/local/bin"
"/opt/homebrew/bin"
+ "/opt/homebrew/sbin"
];
+
+ home.sessionSearchVariables = {
+ MANPATH = [
+ "/Library/Developer/CommandLineTools/SDKs/macOSX13.0.sdk/usr/share/man"
+ "/usr/share/man"
+ ];
+ };
}
#+end_src