New Ollama.nix, the ai.nix did not work out. Added ZED-editor as separate app

This commit is contained in:
2026-02-28 15:17:53 +01:00
parent e94d4551ed
commit cfb3a8c43b
4 changed files with 309 additions and 322 deletions
@@ -1,5 +1,5 @@
{
"OLLAMA_HOST"="http://127.0.0.1:11434",
"OLAMA_DEFAULT_MODEL"="codellama:70b",
"OLLAMA_ADDITIONAL_MODELS"="llama3.1:70b"
"OLLAMA_HOST": "http://127.0.0.1:11434",
"OLLAMA_DEFAULT_MODEL": "codellama:70b",
"OLLAMA_ADDITIONAL_MODELS": "llama3.1:70b"
}