summaryrefslogtreecommitdiff
path: root/home/ebisu/core/utility/default.nix
blob: 0a4424489d9397a165f2cc1101b6d08647eed2ed (plain) (blame)
1
2
3
4
{ pkgs, ... }:
{
  home.packages = [ pkgs.ripunzip ];
}