nixfiles/home/dev/all/archives/extra.nix

10 lines
116 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
cabextract
unshield
squashfsTools
cpio
lz4
];
}