Files
nix-config/home/panotaka/common/core/shell/lazygit.nix
2025-05-28 17:11:50 -03:00

8 lines
90 B
Nix

{
programs.lazygit.enable = true;
home.shellAliases = {
lgit = "lazygit";
};
}