nixfiles/home/dev/all/archives.nix
2022-02-23 15:37:02 +00:00

19 lines
208 B
Nix

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