mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-23 15:01:01 +05:30
feat: add aichat and lazygit shortchut for AI commit messages
This commit is contained in:
15
modules/home/shell/aichat.nix
Normal file
15
modules/home/shell/aichat.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{...}: {
|
||||
programs = {
|
||||
aichat = {
|
||||
enable = true;
|
||||
settings = {
|
||||
model = "gemini:gemini-2.0-flash-lite";
|
||||
clients = [
|
||||
{
|
||||
type = "gemini";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user