From d96f0a52e137a18ea90dedc632e74c6f257826f8 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 30 Oct 2023 09:30:46 -0400 Subject: [PATCH] Add ffmpeg Audacity needed this --- modules/darwin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 7dd951b..31d18c1 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -42,6 +42,7 @@ in { ]; brews = [ "adr-tools" + "ffmpeg" "firefox-profile-switcher-connector" "helm" "kubernetes-cli"