feat(browsers): remove fxcast
This commit is contained in:
parent
c871025426
commit
e02d84533d
|
@ -59,11 +59,7 @@ let
|
||||||
in {
|
in {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = with pkgs;
|
package = with pkgs; wrapFirefox firefox-unwrapped { forceWayland = true; };
|
||||||
wrapFirefox firefox-unwrapped {
|
|
||||||
forceWayland = true;
|
|
||||||
cfg.enableFXCastBridge = true;
|
|
||||||
};
|
|
||||||
profiles = {
|
profiles = {
|
||||||
private = {
|
private = {
|
||||||
id = 0;
|
id = 0;
|
||||||
|
@ -86,7 +82,6 @@ in {
|
||||||
privacy-redirect
|
privacy-redirect
|
||||||
to-deepl
|
to-deepl
|
||||||
# not available yet:
|
# not available yet:
|
||||||
# fx_cast
|
|
||||||
# google-lighthouse
|
# google-lighthouse
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue