task | back to firefox, add ff2mpv, and native tool

This commit is contained in:
Don Harper 2026-03-11 19:03:07 -05:00
parent f6416e3052
commit d376ca864e
2 changed files with 12 additions and 2 deletions

View file

@ -39,7 +39,6 @@ in {
clipman clipman
darktable darktable
# element-desktop # element-desktop
# firefox
gnumeric gnumeric
headset-charge-indicator headset-charge-indicator
ibm-plex ibm-plex

View file

@ -5,7 +5,13 @@
}: { }: {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
package = pkgs.librewolf; # package = pkgs.librewolf;
package = pkgs.firefox.override {
nativeMessagingHosts = [
pkgs.tridactyl-native
pkgs.ff2mpv
];
};
policies = { policies = {
DisableTelemetry = true; DisableTelemetry = true;
DisableFirefoxStudies = true; DisableFirefoxStudies = true;
@ -35,6 +41,11 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi";
installation_mode = "force_installed"; installation_mode = "force_installed";
}; };
# ff2mpv
"ff2mpv@yossarian.net" = {
install_url = "https://addons.mozilla.org/firefox/downloads/ff2mpv/darkreader/latest.xpi";
installation_mode = "force_installed";
};
}; };
FirefoxHome = { FirefoxHome = {
"Search" = false; "Search" = false;