Added lazygit

This commit is contained in:
2025-05-28 17:11:50 -03:00
parent 98fcca1a7a
commit 9b27f664bd
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
./direnv.nix ./direnv.nix
./eza.nix ./eza.nix
./fish.nix ./fish.nix
./lazygit.nix
./rip.nix ./rip.nix
./tldr.nix ./tldr.nix
./zellij.nix ./zellij.nix

View File

@@ -0,0 +1,7 @@
{
programs.lazygit.enable = true;
home.shellAliases = {
lgit = "lazygit";
};
}