From a7d2453e018469dd67c6eeabe033a1919b212078 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 15 Mar 2025 19:16:34 +0100 Subject: marvin: keep XCode command-line tools on PATH --- user/marvin.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user') 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; -- cgit 1.4.1