stockholm/makefu/2configs/tools/sec.nix
2017-11-08 10:49:33 +01: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
];
}