nix/module/common/Package.nix

42 lines
478 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
2024-03-30 17:25:38 +03:00
udisks
universal-android-debloater
ventoy
wget
zip unzip
];
# Special packages.
2024-04-02 06:50:22 +03:00
programs.adb.enable = true;
}