From acd679c65a0dbd8020dfd7f6e3ea6f1e955fab94 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 23 Oct 2024 03:40:38 -0700 Subject: home: move fortune modules up into kansai module --- home/ebisu/kansai/system/virtualisation/docker.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 home/ebisu/kansai/system/virtualisation/docker.nix (limited to 'home/ebisu/kansai/system/virtualisation/docker.nix') diff --git a/home/ebisu/kansai/system/virtualisation/docker.nix b/home/ebisu/kansai/system/virtualisation/docker.nix new file mode 100644 index 0000000..737ef3d --- /dev/null +++ b/home/ebisu/kansai/system/virtualisation/docker.nix @@ -0,0 +1,10 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + act + earthly + dive + docker-slim + docker-credential-helpers + ]; +} -- cgit v1.2.3