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

7 lines
76 B
Nix
Raw Normal View History

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