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" ]; }