diff --git a/home/git.nix b/home/git.nix index 20f969f..02a2663 100644 --- a/home/git.nix +++ b/home/git.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - home.packages = [ pkgs.tig ]; + home.packages = [ pkgs.lazygit ]; programs.git = { package = pkgs.gitAndTools.gitFull; enable = true; diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 2158d30..80983dc 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -2,7 +2,7 @@ { shellAliases = { g = "${pkgs.git}/bin/git"; - t = "${pkgs.tig}/bin/tig"; + lg = "${pkgs.lazygit}/bin/lazygit"; l = "${pkgs.exa}/bin/exa"; ll = "${pkgs.exa}/bin/exa -l"; ls = "l"; diff --git a/hosts/darwin.nix b/hosts/darwin.nix index 42739c0..5f3832a 100644 --- a/hosts/darwin.nix +++ b/hosts/darwin.nix @@ -8,7 +8,6 @@ aria2 ripgrep sd - tig pass pandoc