From e97f295470bab5accd22139aefacfdefdf833561 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 14 Dec 2023 13:49:48 +0000 Subject: [PATCH] home: firefox: use upstream 'ff2mpv-go' --- modules/home/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index 85a1d59..02c74f2 100644 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -36,7 +36,7 @@ in nativeMessagingHosts = ([ ] ++ lib.optional cfg.tridactyl.enable pkgs.tridactyl-native # Watch videos using mpv - ++ lib.optional cfg.ff2mpv.enable pkgs.ambroisie.ff2mpv-go + ++ lib.optional cfg.ff2mpv.enable pkgs.ff2mpv-go ); };