19 lines
228 B
Nix
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
|
|
];
|
|
}
|