Add bat and htop to Nix config

This commit is contained in:
2022-05-13 12:37:35 -07:00
parent c35b6569fb
commit 6d187190f9

View File

@@ -42,7 +42,11 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
xonsh_with_plugins xonsh_with_plugins
zoxide zoxide
# Better cat
bat
# Better find
fd fd
htop
fzf fzf
ncdu ncdu
ripgrep ripgrep