From 90076edfac8b452e5d198e5b128259de78394b61 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 10 Feb 2026 14:34:22 -0700 Subject: [PATCH] updates --- nix/flakes/opencode/flake.nix | 9 +++++++++ nix/home-manager/alex.home.nix | 1 + 2 files changed, 10 insertions(+) diff --git a/nix/flakes/opencode/flake.nix b/nix/flakes/opencode/flake.nix index da0992b..826a170 100644 --- a/nix/flakes/opencode/flake.nix +++ b/nix/flakes/opencode/flake.nix @@ -31,6 +31,15 @@ "gpt-oss-20b" = { }; }; }; + office = { + npm = "@ai-sdk/openai-compatible"; + options = { + baseURL = "http://ai-office-server:8081/v1"; + }; + models = { + "gpt-oss-20b" = { }; + }; + }; }; mcp = { playwright = { diff --git a/nix/home-manager/alex.home.nix b/nix/home-manager/alex.home.nix index f21e53d..3c3a004 100644 --- a/nix/home-manager/alex.home.nix +++ b/nix/home-manager/alex.home.nix @@ -44,6 +44,7 @@ alias blue="bluetui" function commit git add --all git commit -m "$argv" + git pull git push end