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; + }; }; }; };