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
darktable
# element-desktop
# firefox
gnumeric
headset-charge-indicator
ibm-plex

View file

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