refactor(shell): replace aichat with opencode

This commit is contained in:
tux
2025-10-10 23:48:30 +05:30
parent 767b2f601a
commit 87e065c659
3 changed files with 145 additions and 69 deletions

View File

@@ -1,15 +0,0 @@
{...}: {
programs = {
aichat = {
enable = true;
settings = {
model = "gemini:gemini-2.0-flash-lite";
clients = [
{
type = "gemini";
}
];
};
};
};
}