diff options
-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; |