summaryrefslogtreecommitdiff
path: root/home/ebisu/core/filesystem/archive.nix
blob: c87b222337d5c6b23f8e549bf06b8b81cd6f02e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    unrar
    xar
    pigz
    unzip
    zip
  ];
}