base: add several rust cli utilities

This commit is contained in:
Antoine Martin 2021-04-23 23:42:54 +02:00
parent 85e2422b59
commit c04b96b6f7

View file

@ -14,6 +14,9 @@
AddKeysToAgent yes AddKeysToAgent yes
''; '';
}; };
# setcap wrapper for network permissions
bandwhich.enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -21,7 +24,9 @@
bat bat
fd fd
ripgrep ripgrep
sd
tmux tmux
tokei
tree tree
wget wget
@ -36,7 +41,13 @@
vim vim
# terminal utilities # terminal utilities
bottom
du-dust
htop htop
stow stow
tealdeer
# dig/drill - like DNS cli
dogdns
]; ];
} }