From 791b5535225453f2c5452a50e9988b8060342a95 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 27 Mar 2026 10:50:40 -0400 Subject: [PATCH] Ensure ffmpeg supports srt on macOS --- modules/hosts/darwin/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/hosts/darwin/default.nix b/modules/hosts/darwin/default.nix index 9141006..f2b2b72 100644 --- a/modules/hosts/darwin/default.nix +++ b/modules/hosts/darwin/default.nix @@ -37,12 +37,16 @@ }; taps = [ "homebrew/cask-fonts" + "homebrew-ffmpeg/ffmpeg" #"null-dev/firefox-profile-switcher" "theseal/ssh-askpass" ]; brews = [ "fastfetch" - "ffmpeg" + { + name = "homebrew-ffmpeg/ffmpeg/ffmpeg"; + args = [ "with-srt" ]; + } #"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version "mas" "ssh-askpass"