mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
0aac097e77
Signed-off-by: pph <pph@pph.pph>
27 lines
310 B
Nix
27 lines
310 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
wireshark
|
|
nmap
|
|
john
|
|
hashcat
|
|
# inputs.eleakxir.packages.${stdenv.hostPlatform.system}.leak-utils
|
|
|
|
# Web
|
|
caido
|
|
nuclei
|
|
gobuster
|
|
dirb
|
|
|
|
# Utils
|
|
inetutils
|
|
samba
|
|
openvpn
|
|
mariadb
|
|
redis
|
|
];
|
|
}
|