summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/marvin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/marvin.nix b/user/marvin.nix
index de3b6446..6c3d2bc2 100644
--- a/user/marvin.nix
+++ b/user/marvin.nix
@@ -28,6 +28,9 @@
     ollama
   ];
 
+  home.sessionPath = [
+    "/Library/Developer/CommandLineTools/usr/bin"
+  ];
   launchd.agents = {
     ollama = {
       enable = true;