nix/module/common/Package.nix

55 lines
669 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
appimage-run
binwalk
btop
calibre
coreutils
cryptsetup
curl
ddrescue
ffmpeg
file
gamescope
gcc
gnome.gnome-tweaks
gnumake
gnused
imagemagick
jdk jdk11 jdk19 jdk20
jellyfin-media-player
jq
lm_sensors
lshw
lsof
ltex-ls
mangohud
mpv
ncdu
networkmanager_strongswan
nmap
parallel
parted
pv
ripgrep
scanmem
smartmontools
sqlite
steam-run
strongswan
strongswanNM
testdisk
tree
universal-android-debloater
ventoy
wget
wine64 dxvk vkd3d
wl-clipboard
yt-dlp
zip unzip
];
# Special packages.
programs.adb.enable = true;
}