Major changes
This commit is contained in:
5
home/panotaka/common/core/shell/aider.nix
Normal file
5
home/panotaka/common/core/shell/aider.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
aider-chat-full
|
||||
];
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
# FIXME(starter): customize your bash preferences here
|
||||
{
|
||||
imports = [
|
||||
./aider.nix
|
||||
./atuin.nix
|
||||
./autojump.nix
|
||||
./bash.nix
|
||||
@@ -11,6 +12,7 @@
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
./fish.nix
|
||||
./lazydocker.nix
|
||||
./lazygit.nix
|
||||
./rip.nix
|
||||
./tldr.nix
|
||||
|
||||
7
home/panotaka/common/core/shell/lazydocker.nix
Normal file
7
home/panotaka/common/core/shell/lazydocker.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.lazydocker.enable = true;
|
||||
|
||||
home.shellAliases = {
|
||||
ldocker = "lazydocker";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user