diff options
author | Alan Pearce | 2025-03-15 19:16:34 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-15 19:16:34 +0100 |
commit | a7d2453e018469dd67c6eeabe033a1919b212078 (patch) | |
tree | 806c447a2a277981432b87314b574fcf2ff0dd4e /user/marvin.nix | |
parent | 2215955d8da40f736317d907d671bc9282045482 (diff) | |
download | nixfiles-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.nix | 3 |
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; |