system changes
This commit is contained in:
parent
aa49605c34
commit
c733d64c6e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue