8 lines
90 B
Nix
8 lines
90 B
Nix
{
|
|
programs.lazygit.enable = true;
|
|
|
|
home.shellAliases = {
|
|
lgit = "lazygit";
|
|
};
|
|
}
|