firefox: Disable translation thingy

This commit is contained in:
Erwin Boskma 2023-10-03 10:47:28 +02:00
parent 413c7c25c3
commit 9792380d52
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -7,19 +7,20 @@ with lib; let
cfg = config.eboskma.programs.firefox;
profileSettings = {
"browser.shell.checkDefaultBrowser" = false;
"browser.translations.enable" = false;
"devtools.theme" = "dark";
"widget.content.allow-gtk-dark-theme" = true;
"ui.key.menuAccessKeyFocuses" = false;
"extensions.quarantinedDomains.enabled" = false;
"gfx.webrender.all" = true;
"image.avif.enabled" = true;
"image.webp.enabled" = true;
"privacy.webrtc.allowSilencingNotifications" = true;
"privacy.webrtc.legacyGlobalIndicator" = false;
"browser.shell.checkDefaultBrowser" = false;
"security.tls.enable_0rtt_data" = false;
"media.ffmpeg.vaapi.enabled" = true;
"media.rdd-ffmpeg.enabled" = true;
"gfx.webrender.all" = true;
"extensions.quarantinedDomains.enabled" = false;
"privacy.webrtc.allowSilencingNotifications" = true;
"privacy.webrtc.legacyGlobalIndicator" = false;
"security.tls.enable_0rtt_data" = false;
"ui.key.menuAccessKeyFocuses" = false;
"widget.content.allow-gtk-dark-theme" = true;
};
nonDefaultDesktop = pkgs.makeDesktopItem {