summary refs log tree commit diff stats
path: root/user/marvin.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-15 19:16:34 +0100
committerAlan Pearce2025-03-15 19:16:34 +0100
commita7d2453e018469dd67c6eeabe033a1919b212078 (patch)
tree806c447a2a277981432b87314b574fcf2ff0dd4e /user/marvin.nix
parent2215955d8da40f736317d907d671bc9282045482 (diff)
downloadnixfiles-a7d2453e018469dd67c6eeabe033a1919b212078.tar.lz
nixfiles-a7d2453e018469dd67c6eeabe033a1919b212078.tar.zst
nixfiles-a7d2453e018469dd67c6eeabe033a1919b212078.zip
marvin: keep XCode command-line tools on PATH
Diffstat (limited to 'user/marvin.nix')
-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;