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

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