blob: f36ea3d9cad2476463cbb4d5456e2ebed05acb1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
programs.zed-editor = {
enable = true;
extensions = [ "python" "nix" "nim" ];
userSettings = {
helix_mode = true;
telemetry = {
metrics = false;
};
"language_models" = {
ollama = {
api_url = "http://localhost:11434";
available_models = [
{
name = "qwen3-coder:32b";
display_name = "qwen 3 coder";
max_tokens = 32768;
supports_tools = true;
}
];
};
};
agent = {
default_model = {
provider = "ollama";
model = "qwen3-coder";
};
};
};
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.