From d4d0060da7015a412c2bbfce1f01973c0309da96 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 22 Sep 2023 11:12:14 -0400 Subject: [PATCH] Add podman-desktop to brew.nix --- modules/darwin/brew.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/darwin/brew.nix b/modules/darwin/brew.nix index eac616c..98c30ad 100644 --- a/modules/darwin/brew.nix +++ b/modules/darwin/brew.nix @@ -29,6 +29,7 @@ in { "netdata" "node" "podman" + "podman-compose" ]; casks = [ @@ -37,9 +38,10 @@ in { "font-hack-nerd-font" "karabiner-elements" "lulu" - "raycast" "notunes" + "podman-desktop" "postman" + "raycast" "rectangle" "stats" "visual-studio-code"