mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 01:01:54 +05:30
refactor(shell): replace aichat with opencode
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{...}: {
|
||||
programs = {
|
||||
aichat = {
|
||||
enable = true;
|
||||
settings = {
|
||||
model = "gemini:gemini-2.0-flash-lite";
|
||||
clients = [
|
||||
{
|
||||
type = "gemini";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user