Added lazygit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
7
home/panotaka/common/core/shell/lazygit.nix
Normal file
7
home/panotaka/common/core/shell/lazygit.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
programs.lazygit.enable = true;
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
lgit = "lazygit";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user