mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-23 06:51:02 +05:30
feat: add aichat and lazygit shortchut for AI commit messages
This commit is contained in:
@@ -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"];
|
||||
|
Reference in New Issue
Block a user