nixfiles/home/dev/all/archives.nix

19 lines
202 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2022-03-09 19:50:13 +00:00
home.packages = with pkgs; [
libarchive
zip
unzip
p7zip
unrar
cabextract
zstd
zlib
xz
gzip
bzip2
squashfsTools
cpio
lz4
];
}