Added du-dust and sorted alphabetically
This commit is contained in:
parent
4cf133db4d
commit
9b7969f225
|
@ -18,23 +18,24 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
inputs.agenix.packages.x86_64-linux.default
|
inputs.agenix.packages.x86_64-linux.default
|
||||||
alejandra
|
alejandra
|
||||||
|
bind # for dig
|
||||||
curl
|
curl
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
du-dust
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
htop
|
htop
|
||||||
jq
|
jq
|
||||||
killall
|
killall
|
||||||
|
lsof
|
||||||
pre-commit
|
pre-commit
|
||||||
|
progress
|
||||||
python3
|
python3
|
||||||
ripgrep
|
ripgrep
|
||||||
|
sqlite
|
||||||
|
tcpdump
|
||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
lsof
|
|
||||||
bind # for dig
|
|
||||||
tcpdump
|
|
||||||
progress
|
|
||||||
sqlite
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue