nix/module/common/Package.nix

41 lines
466 B
Nix
Raw Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
binwalk
btop
coreutils
cryptsetup
curl
ddrescue testdisk
ffmpeg
file
gcc
2024-03-15 00:11:57 +03:00
gdu
gnumake
gnused
imagemagick
2024-03-04 13:37:02 +03:00
jdk jdk11 jdk19 jdk20
jq
lm_sensors
lshw
lsof
ltex-ls
2024-03-15 21:16:16 +03:00
neofetch
nmap
parallel
parted
pv
ripgrep
scanmem
smartmontools
sqlite
tree
universal-android-debloater
ventoy
wget
zip unzip
];
# Special packages.
programs.adb.enable = true;
}