feat(common): add btop and ncdu

This commit is contained in:
uku 2024-11-26 10:20:09 +01:00
parent cd33e8988f
commit c99cc49b97
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -55,12 +55,14 @@ in {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
neovim btop
git
curl curl
wget git
htop htop
ncdu
neovim
ripgrep ripgrep
wget
]; ];
variables = { variables = {