nix/module/common/Package.nix

45 lines
536 B
Nix
Raw Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
binwalk
2024-04-08 01:20:36 +03:00
btop htop
coreutils
cryptsetup
curl
ddrescue testdisk
ffmpeg
file
gcc
2024-03-15 00:11:57 +03:00
gdu
gnumake
gnused
2024-04-15 17:41:39 +03:00
gparted
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
2024-04-04 12:17:33 +03:00
nixd
nmap
parallel
parted
pv
ripgrep
scanmem
smartmontools
sqlite
tree
universal-android-debloater
2024-04-11 14:03:25 +03:00
usbutils
ventoy
wget
zip unzip
];
# Special packages.
2024-04-11 14:03:25 +03:00
programs.adb.enable = true;
services.udisks2.enable = true;
}