marvin: keep XCode command-line tools on PATH
Alan Pearce alan@alanpearce.eu
Sat, 15 Mar 2025 19:16:34 +0100
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M user/marvin.nix → user/marvin.nix
@@ -28,6 +28,9 @@ picocom ollama ]; + home.sessionPath = [ + "/Library/Developer/CommandLineTools/usr/bin" + ]; launchd.agents = { ollama = { enable = true;