This commit is contained in:
Sridhar Ratnakumar 2022-04-10 16:33:33 -04:00
parent a712497eaa
commit 52f547ddf4
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.tig ];
home.packages = [ pkgs.lazygit ];
programs.git = {
package = pkgs.gitAndTools.gitFull;
enable = true;

View file

@ -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";

View file

@ -8,7 +8,6 @@
aria2
ripgrep
sd
tig
pass
pandoc