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