opencode: do not auto update
This commit is contained in:
parent
695f95dde2
commit
031de0a2bf
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue