summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/system/virtualisation/docker.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/kansai/system/virtualisation/docker.nix')
-rw-r--r--home/ebisu/kansai/system/virtualisation/docker.nix10
1 files changed, 10 insertions, 0 deletions
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
+ ];
+}