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