feat: add aichat and lazygit shortchut for AI commit messages

This commit is contained in:
tux
2025-08-08 19:04:08 +05:30
parent 5bcc8bb1ee
commit 7b0bc6fa0a
3 changed files with 99 additions and 1 deletions

View File

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