Update flake.lock and enable Slack

- Add windows‑rs and wintypes_shim inputs; remove nixpkgs‑wine
- Refresh locked revisions for affinity‑nix, nur‑expressions,
  home‑manager, nixpkgs, noctalia‑shell, and AffinityOnLinux
- Enable Slack in Garand‑Desktop system modules
- Bump Helium AppImage to version 0.16.6.1
- Replace Z.ai GLM 4.7 with Qwen 3.8 27B model in Zed language‑model
  settings
This commit is contained in:
2026-09-09 19:34:59 +02:00
parent 4f80fabf56
commit 7815e07c8d
4 changed files with 63 additions and 45 deletions
@@ -16,10 +16,10 @@ _: {
};
}
{
name = "zai-glm-4.7";
display_name = "Z.ai GLM 4.7";
name = "qwen-3.8-27b";
display_name = "Qwen 3.8 27B";
max_tokens = 64000;
max_output_tokens = 40000;
max_output_tokens = 32000;
capabilities = {
tools = true;
images = true;
@@ -45,9 +45,9 @@ _: {
};
}
{
name = "zai-glm-4.7";
display_name = "Z.ai GLM 4.7";
max_tokens = 131000;
name = "qwen-3.8-27b";
display_name = "Qwen 3.8 27B";
max_tokens = 128000;
max_output_tokens = 40000;
capabilities = {
tools = true;