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