summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/system/virtualisation/docker.nix
blob: 737ef3d7256bebce047078a0d27c4801f1c18ca7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    act
    earthly
    dive
    docker-slim
    docker-credential-helpers
  ];
}