nix/module/common/Package.nix

54 lines
650 B
Nix
Raw Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
2024-03-15 00:11:57 +03:00
# yt-dlp
appimage-run
binwalk
btop
calibre
coreutils
cryptsetup
curl
ddrescue
ffmpeg
file
gamescope
gcc
2024-03-15 00:11:57 +03:00
gdu
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
mpv
2024-03-15 21:16:16 +03:00
neofetch
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
wl-clipboard
zip unzip
];
# Special packages.
programs.adb.enable = true;
}