task | back to firefox, add ff2mpv, and native tool
This commit is contained in:
parent
f6416e3052
commit
d376ca864e
2 changed files with 12 additions and 2 deletions
|
|
@ -39,7 +39,6 @@ in {
|
|||
clipman
|
||||
darktable
|
||||
# element-desktop
|
||||
# firefox
|
||||
gnumeric
|
||||
headset-charge-indicator
|
||||
ibm-plex
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue