diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index ce4c198..d5b7d91 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -58,6 +58,7 @@ with lib; Preferences = { "extensions.formautofill.available" = { Status = "locked"; Value = "off"; }; "browser.contentblocking.category" = { Status = "locked"; Value = "strict"; }; + "media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice "network.IDN_show_punycode" = { Status = "locked"; Value = true; }; "browser.zoom.siteSpecific" = { Status = "locked"; Value = false; }; };