From 1a27a139bd7f7de76ca64162ceb09418418ea969 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 7 Mar 2025 23:22:00 -0500 Subject: [PATCH] added media player to brew install iina --- modules/machine/sephiroth/apps.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/machine/sephiroth/apps.nix b/modules/machine/sephiroth/apps.nix index 2a47cb5..572f998 100644 --- a/modules/machine/sephiroth/apps.nix +++ b/modules/machine/sephiroth/apps.nix @@ -22,6 +22,7 @@ }; taps = [ + "iina/homebrew-mpv-iina" ]; brews = [ @@ -31,6 +32,7 @@ "ghostty" "raycast" "jordanbaird-ice" + "iina" ]; }; }