stockholm/makefu/2configs/tools/sec.nix
2021-06-05 19:23:51 +02:00

19 lines
229 B
Nix

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