From 031de0a2bf5a2bcab4329f94720d04f8fbb4c760 Mon Sep 17 00:00:00 2001 From: William Date: Sat, 11 Apr 2026 10:52:31 -0300 Subject: [PATCH] opencode: do not auto update --- aspects/ai.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aspects/ai.nix b/aspects/ai.nix index c3bb151..30c7342 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -24,7 +24,10 @@ programs.opencode = { enable = true; package = inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}.opencode; - settings.theme = "system"; + settings = { + theme = "system"; + autoupdate = false; + }; }; }; };