From b34c5c6505e93d9df7b292ddab6511f00287d844 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Tue, 16 Aug 2022 11:07:06 -0400 Subject: [PATCH] Add ffmpeg and gifsicle for "Movie to GIF" --- darwin/homebrew.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index f3cdac0..8617746 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -90,8 +90,10 @@ in # For cli packages that aren't currently available for macOS in `nixpkgs`.Packages should be # installed in `../home/default.nix` whenever possible. homebrew.brews = [ + "ffmpeg" "fileicon" "fzf" + "gifsicle" "unison-language" ]; }