{ pkgs, ... }: {
home.packages = with pkgs; [
libarchive
zip
unzip
p7zip
unrar
cabextract
zstd
zlib
xz
gzip
bzip2
squashfsTools
cpio
lz4
];
}