diff options
-rw-r--r-- | user/marvin.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/user/marvin.nix b/user/marvin.nix index 58ee2dc3..8dda1fad 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -43,20 +43,6 @@ }; }; }; - ollama-preload = { - enable = true; - config = { - ProgramArguments = [ - "/Users/alan/.local/state/nix/profile/bin/ollama" - "run" - "llama3.3" - "" - ]; - RunAtLoad = true; - KeepAlive = false; - WorkingDirectory = "/Users/alan"; - }; - }; }; launchd.agents.colima = { |