Add ffmpeg and gifsicle for "Movie to GIF"

main
Matthew Ess 2022-08-16 11:07:06 -04:00
parent 6e1ea63366
commit b34c5c6505
1 changed files with 2 additions and 0 deletions

View File

@ -90,8 +90,10 @@ in
# For cli packages that aren't currently available for macOS in `nixpkgs`.Packages should be # For cli packages that aren't currently available for macOS in `nixpkgs`.Packages should be
# installed in `../home/default.nix` whenever possible. # installed in `../home/default.nix` whenever possible.
homebrew.brews = [ homebrew.brews = [
"ffmpeg"
"fileicon" "fileicon"
"fzf" "fzf"
"gifsicle"
"unison-language" "unison-language"
]; ];
} }