Describe the bug
the normal behaviors i'm familiar with is when right clicking on a link or a video, mpv should show up as one of the options
Reproduction steps
Steps to reproduce the behavior:
i installed firefox using nix home-manager, and ff2mpv extension was installed from rycee repo
programs.firefox = {
enable = true;
nativeMessagingHosts = [pkgs.kdePackages.plasma-browser-integration pkgs.ff2mpv];
profiles.user = {
extensions = import ./extensions.nix {inherit pkgs lib;};
};
};
and in extensions.nix
packages = with pkgs.nur.repos.rycee.firefox-addons; [
ff2mpv
];
that's what i did to manage firefox through nix, other services like keepassxc and plasma-integeration still works so i don't think the issue is home-manager but this iusse took place after the switch
Expected behavior
I expected the ff2mpv option to show up as one of the options
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Platform information
- OS information: Linux nixos 6.12.48 # 1-NixOS SMP PREEMPT_DYNAMIC Fri Sep 19 14:35:52 UTC 2025 x86_64 GNU/Linux
- Firefox version: Mozilla Firefox 142.0.1
- MPV version: v0.40.0 Copyright © 2000-2025 mpv/MPlayer/mplayer2 projects
- youtube-dl version: 2025.09.05
Describe the bug
the normal behaviors i'm familiar with is when right clicking on a link or a video, mpv should show up as one of the options
Reproduction steps
Steps to reproduce the behavior:
i installed firefox using nix home-manager, and ff2mpv extension was installed from
ryceerepoand in
extensions.nixthat's what i did to manage firefox through nix, other services like keepassxc and plasma-integeration still works so i don't think the issue is home-manager but this iusse took place after the switch
Expected behavior
I expected the ff2mpv option to show up as one of the options
Screenshots (optional)
If applicable, add screenshots to help explain your problem.
Platform information