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

8 lines
86 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
libarchive
zip
p7zip
];
}