blob: 51ed41dba91aeacdeeea3985b675f7a67c209487 [file] [log] [blame]
{ pkgs, ... }: {
home.home.packages = with pkgs; [ zip unzip gnutar tarlz ];
}