mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
9e24c44c53
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
26 lines
252 B
Nix
26 lines
252 B
Nix
{
|
|
pkgs-stable,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs-stable; [
|
|
wireshark
|
|
nmap
|
|
john
|
|
hashcat
|
|
|
|
# Web
|
|
caido
|
|
nuclei
|
|
gobuster
|
|
dirb
|
|
|
|
# Utils
|
|
inetutils
|
|
samba
|
|
openvpn
|
|
mariadb
|
|
redis
|
|
];
|
|
}
|