nix/module/common/Package.nix

55 lines
669 B
Nix
Raw Normal View History

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