stockholm/makefu/2configs/tools/sec.nix
2022-06-07 00:28:47 +02:00

19 lines
236 B
Nix

{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
aria2
# mitmproxy
python3Packages.binwalk-full
dnsmasq
iodine
mtr
nmap
metasploit
thc-hydra
borgbackup
ledger
u3-tool
];
}