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