mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
config: remove fxcast-bridge as part of Firefox addons
I don't use it much and it is failing to build so leave it.
This commit is contained in:
parent
fadf04b1d7
commit
0bee8052a9
@ -89,7 +89,6 @@ in
|
||||
default_area = "navbar";
|
||||
};
|
||||
"firefox-translations-addon@mozilla.org".install_url = mozillaAddon "firefox-translations";
|
||||
"fx_cast@matt.tf".install_url = "https://github.com/hensm/fx_cast/releases/download/v0.3.1/fx_cast-0.3.1.xpi";
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack".install_url = mozillaAddon "privacy-badger17";
|
||||
"tridactyl.vim@cmcaine.co.uk".install_url = mozillaAddon "tridactyl-vim";
|
||||
"uBlock0@raymondhill.net".install_url = mozillaAddon "ublock-origin";
|
||||
@ -154,7 +153,6 @@ in
|
||||
# be used.
|
||||
nativeMessagingHosts = {
|
||||
ff2mpv = true;
|
||||
fxCast = true;
|
||||
tridactyl = true;
|
||||
};
|
||||
|
||||
|
@ -7,7 +7,6 @@ final: prev:
|
||||
ff2mpv
|
||||
bukubrow
|
||||
tridactyl-native
|
||||
fxcast-bridge
|
||||
];
|
||||
|
||||
extraPolicies = {
|
||||
@ -59,7 +58,6 @@ final: prev:
|
||||
};
|
||||
"FirefoxColor@mozilla.com".install_url = mozillaAddon "firefox-color";
|
||||
"firefox-translations-addon@mozilla.org".install_url = mozillaAddon "firefox-translations";
|
||||
"fx_cast@matt.tf".install_url = "https://github.com/hensm/fx_cast/releases/download/v0.3.1/fx_cast-0.3.1.xpi";
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack".install_url = mozillaAddon "privacy-badger17";
|
||||
"regrets-reporter@mozillafoundation.org".install_url = mozillaAddon "regretsreporter";
|
||||
"tridactyl.vim@cmcaine.co.uk".install_url = mozillaAddon "tridactyl-vim";
|
||||
|
@ -60,7 +60,6 @@ in
|
||||
nativeMessagingHosts = with pkgs; [
|
||||
bukubrow
|
||||
tridactyl-native
|
||||
fx-cast-bridge
|
||||
] ++ lib.optional config.programs.mpv.enable pkgs.ff2mpv;
|
||||
|
||||
extraPolicies = {
|
||||
|
Loading…
Reference in New Issue
Block a user