zen everything
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
theme = "catppuccin";
|
theme = "catppuccin";
|
||||||
plugin = [
|
plugin = [
|
||||||
"oh-my-opencode@2.14.0"
|
"oh-my-opencode@2.14.0"
|
||||||
"opencode-antigravity-auth@1.2.7"
|
|
||||||
];
|
];
|
||||||
instructions = [
|
instructions = [
|
||||||
"CLAUDE.md"
|
"CLAUDE.md"
|
||||||
@@ -22,34 +21,6 @@
|
|||||||
disabled = true;
|
disabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
provider = {
|
|
||||||
google = {
|
|
||||||
models = {
|
|
||||||
antigravity-gemini-3-pro-high = {
|
|
||||||
name = "Gemini 3 Pro High (Antigravity)";
|
|
||||||
limit = {
|
|
||||||
context = 1048576;
|
|
||||||
output = 65535;
|
|
||||||
};
|
|
||||||
modalities = {
|
|
||||||
input = ["text" "image" "pdf"];
|
|
||||||
output = ["text"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
antigravity-gemini-3-flash = {
|
|
||||||
name = "Gemini 3 Flash (Antigravity)";
|
|
||||||
limit = {
|
|
||||||
context = 1048576;
|
|
||||||
output = 65536;
|
|
||||||
};
|
|
||||||
modalities = {
|
|
||||||
input = ["text" "image" "pdf"];
|
|
||||||
output = ["text"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -57,6 +28,9 @@
|
|||||||
builtins.toJSON {
|
builtins.toJSON {
|
||||||
google_auth = false;
|
google_auth = false;
|
||||||
agents = {
|
agents = {
|
||||||
|
sisyphus = {
|
||||||
|
model = "opencode/claude-opus-4-5";
|
||||||
|
};
|
||||||
explore = {
|
explore = {
|
||||||
model = "opencode/minimax-m2.1-free";
|
model = "opencode/minimax-m2.1-free";
|
||||||
};
|
};
|
||||||
@@ -64,16 +38,15 @@
|
|||||||
model = "opencode/gpt-5.2";
|
model = "opencode/gpt-5.2";
|
||||||
};
|
};
|
||||||
frontend-ui-ux-engineer = {
|
frontend-ui-ux-engineer = {
|
||||||
model = "google/antigravity-gemini-3-pro-high";
|
model = "opencode/gemini-3-pro";
|
||||||
};
|
};
|
||||||
document-writer = {
|
document-writer = {
|
||||||
model = "google/antigravity-gemini-3-flash";
|
model = "opencode/gemini-3-flash";
|
||||||
};
|
};
|
||||||
multimodal-looker = {
|
multimodal-looker = {
|
||||||
model = "google/antigravity-gemini-3-flash";
|
model = "opencode/gemini-3-flash";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
disabled_hooks = ["startup-toast" "background-notification" "session-notification"];
|
disabled_hooks = ["startup-toast" "background-notification" "session-notification"];
|
||||||
disabled_mcps = ["websearch_exa"];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ with pkgs;
|
|||||||
alejandra
|
alejandra
|
||||||
ast-grep
|
ast-grep
|
||||||
bun
|
bun
|
||||||
uv
|
|
||||||
colmena
|
colmena
|
||||||
delta
|
delta
|
||||||
devenv
|
devenv
|
||||||
@@ -29,9 +28,11 @@ with pkgs;
|
|||||||
jq
|
jq
|
||||||
killall
|
killall
|
||||||
lsof
|
lsof
|
||||||
|
nodejs_24
|
||||||
nurl
|
nurl
|
||||||
openssh
|
openssh
|
||||||
ov
|
ov
|
||||||
|
pnpm
|
||||||
postgresql_17
|
postgresql_17
|
||||||
sd
|
sd
|
||||||
sops
|
sops
|
||||||
@@ -43,8 +44,6 @@ with pkgs;
|
|||||||
unzip
|
unzip
|
||||||
vivid
|
vivid
|
||||||
zip
|
zip
|
||||||
nodejs_24
|
|
||||||
pnpm
|
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
|
|||||||
Reference in New Issue
Block a user