Add ffmpeg and gifsicle for "Movie to GIF"
parent
6e1ea63366
commit
b34c5c6505
|
@ -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"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue