stockholm/makefu/2configs/tools/sec.nix
2018-08-06 16:27:55 +02:00

19 lines
228 B
Nix

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