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

@@ -1,4 +1,9 @@
{pkgs, ...}: {
imports = [
./lazygit.nix
./aichat.nix
];
programs = {
bat.enable = true;
zsh = {
@@ -24,7 +29,6 @@
bindkey '^R' fzf-history-widget
'';
};
lazygit.enable = true;
zoxide = {
enable = true;
options = ["--cmd cd"];