mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
aba6dafffa
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
17 lines
218 B
Nix
17 lines
218 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
firefox
|
|
wireshark
|
|
nmap
|
|
john
|
|
hashcat
|
|
# inputs.eleakxir.packages.${stdenv.hostPlatform.system}.leak-utils
|
|
caido
|
|
nuclei
|
|
];
|
|
}
|