base: add several rust cli utilities
This commit is contained in:
parent
85e2422b59
commit
c04b96b6f7
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue