stockholm/makefu/2configs/tools/sec.nix
2017-09-04 14:40:20 +02:00

19 lines
231 B
Nix

{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
aria2
# mitmproxy
pythonPackages.binwalk-full
dnsmasq
iodine
mtr
nmap
msf
thc-hydra
borgbackup
ledger
u3_tool
];
}