diff --git a/modules/home/fish/default.nix b/modules/home/fish/default.nix index 076a261..1266cd5 100644 --- a/modules/home/fish/default.nix +++ b/modules/home/fish/default.nix @@ -36,10 +36,13 @@ in ".config/fish/conf.d/last-working-dir.fish".source = ./last-working-dir.fish; }; - home.packages = with pkgs; [ starship ]; + home.packages = with pkgs; [ + starship + lazygit + ]; home.shellAliases = { - g = "git status"; + g = "lazygit"; ls = "ls --color"; la = "ls -Alh --color"; grep = "grep --color";