feat(common): add btop and ncdu
This commit is contained in:
parent
cd33e8988f
commit
c99cc49b97
1 changed files with 5 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue