add some tools

This commit is contained in:
陈浩南 2023-07-09 22:29:22 +08:00
parent 4e2a01a90c
commit f2898ced51
2 changed files with 17 additions and 6 deletions

View File

@ -24,14 +24,24 @@
src = ./p10k-config;
}
{
name = "zsh-exa";
name = "zsh-lsd";
src = pkgs.fetchFromGitHub
{
owner = "ptavares";
repo = "zsh-exa";
rev = "0.2.3";
sha256 = "0vn3iv9d3c1a4rigq2xm52x8zjaxlza1pd90bw9mbbkl9iq8766r";
};
owner = "z-shell";
repo = "zsh-lsd";
rev = "029a9cb0a9b39c9eb6c5b5100dd9182813332250";
sha256 = "sha256-oWjWnhiimlGBMaZlZB+OM47jd9hporKlPNwCx6524Rk=";
};
}
# {
# name = "zsh-exa";
# src = pkgs.fetchFromGitHub
# {
# owner = "ptavares";
# repo = "zsh-exa";
# rev = "0.2.3";
# sha256 = "0vn3iv9d3c1a4rigq2xm52x8zjaxlza1pd90bw9mbbkl9iq8766r";
# };
# }
];
}

View File

@ -24,6 +24,7 @@ inputs:
e2fsprogs
trash-cli tmux adb-sync pdfchain wgetpaste httplib clang magic-enum xtensor
go rustc boost cereal cxxopts valgrind
lsd zellij broot
];
programs =
{