nix/module/android/Package.nix

33 lines
355 B
Nix
Raw Normal View History

{ pkgs, ... }: {
list = with pkgs; [
android-tools
binwalk
coreutils diffutils findutils utillinux
curl
ffmpeg
file
gawk gnused gnugrep gnumake ripgrep
gcc
gdu
git
gnutar gzip xz
hostname
imagemagick
2024-06-09 02:38:09 +03:00
inetutils
jq
lsof
man
nmap
openssh
parallel
2024-06-09 02:38:09 +03:00
tmux
pv
rsync
sqlite
tree
wget
yt-dlp
zip unzip
];
}