config/profiles/shell/archives.nix

14 lines
145 B
Nix
Raw Normal View History

2023-03-12 05:14:28 +01:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
zip
unrar
unzip
atool
p7zip
bzip2
gzip
atool
];
}