mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
16 lines
204 B
Nix
16 lines
204 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
wireshark
|
|
nmap
|
|
john
|
|
hashcat
|
|
inputs.eleakxir.packages.${stdenv.hostPlatform.system}.leak-utils
|
|
caido
|
|
nuclei
|
|
];
|
|
}
|