aboutsummaryrefslogtreecommitdiff
path: root/macos.local/flake/home/core.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/flake/home/core.nix.org')
-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..4beefd8 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/MacOSX.sdk/usr/share/man"
+ "/usr/share/man"
+ ];
+ };
}
#+end_src