{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
zip
unrar
unzip
atool
p7zip
bzip2
gzip
];
}