From 1e3370012570094eee10a9caa5eec9cbe15f7daa Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Tue, 10 Feb 2026 10:50:39 +0100 Subject: [PATCH] niri noctalia keybind updates --- home/opencode.nix | 3 ++- modules/develPackages.nix | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/home/opencode.nix b/home/opencode.nix index a652eda..ce008b7 100644 --- a/home/opencode.nix +++ b/home/opencode.nix @@ -12,7 +12,8 @@ enableMcpIntegration = true; settings = { - model = "github-copilot/gpt-5.2"; + #model = "github-copilot/gpt-5.2"; + model = "zai-coding-plan/glm-5"; small_model = "zai-coding-plan/glm-4.7"; autoshare = false; autoupdate = false; diff --git a/modules/develPackages.nix b/modules/develPackages.nix index bf2a6be..a7aa8ef 100644 --- a/modules/develPackages.nix +++ b/modules/develPackages.nix @@ -50,6 +50,7 @@ uv poetry + thonny (python3.withPackages ( ps: with ps; [ @@ -69,6 +70,9 @@ scipy pandas matplotlib + vispy + pyvista + pygame seaborn scikit-learn ]