From 97597214b430717a16115b5aa3611f84555b41e9 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 15 May 2025 08:25:50 +0200 Subject: [PATCH] Installs docker through Homebrew --- hosts/dnsc-work/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index f88950d..22476e6 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -103,6 +103,7 @@ "android-studio" "zulu@17" "postman" + "docker" ]; };