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.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org
index 4f0c7a9..7e997ef 100644
--- a/macos.local/.flake/home/core.nix.org
+++ b/macos.local/.flake/home/core.nix.org
@@ -30,9 +30,10 @@ Import a wallpaper to the path =~/.wallpaper=.
Add Homebrew to the path along with standard =bin= directories.
#+begin_src nix
home.sessionPath = [
- "/opt/homebrew/bin"
"$HOME/.local/bin"
"/usr/local/bin"
+ "/opt/homebrew/bin"
+ "/opt/homebrew/opt/llvm/bin"
];
}
#+end_src