add ffmpeg

This commit is contained in:
Dmitriy Kholkin 2021-10-24 23:14:25 +03:00
parent 2b917d1dd8
commit 2c18467def
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ with config.deviceSpecific; {
curl
exa
fd
ffmpeg.bin
git-filter-repo
glib.bin # gio
gptfdisk

View File

@ -62,6 +62,7 @@
"ltree" = "exa -lhgFT@ --git";
"atree" = "exa -aT";
"latree" = "exa -lahgFT@ --git";
"gif2webm" = "'(){ ${pkgs.ffmpeg.bin}/bin/ffmpeg -i $1 -c:v libvpx-vp9 -crf 20 -b:v 0 $1.webm ;}'";
};
initExtra = ''