nixfiles/profiles/home-manager/dev/all/archives/extra.nix
2024-07-24 14:13:59 +01:00

10 lines
116 B
Nix

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