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

9 lines
103 B
Nix
Raw Normal View History

{pkgs, ...}: {
2022-03-09 19:50:13 +00:00
home.packages = with pkgs; [
cabextract
squashfsTools
cpio
lz4
];
}