home: firefox: use upstream 'ff2mpv-go'

This commit is contained in:
Bruno BELANYI 2023-12-14 13:49:48 +00:00
parent 373545ee38
commit e97f295470
1 changed files with 1 additions and 1 deletions

View File

@ -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
);
};