aboutsummaryrefslogtreecommitdiff
path: root/macos.local
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-27 20:38:48 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-27 20:38:48 -0600
commit951664c4537d33e522939f6eb7d957912fa2aa9e (patch)
tree9bf73d46ed8ff1e499cc8ec57516da1461a0d22e /macos.local
parentbc88a71ff7654c82f8414a78c767e3207961814f (diff)
system changes
Diffstat (limited to 'macos.local')
-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