MyNixOS website logo
option

programs.qutebrowser.perDomainSettings

Options to set, as in settings but per domain. Refer to settings for details.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  "zoom.us" = {
    content = {
      autoplay = true;
      media.audio_capture = true;
      media.video_capture = true;
    };
  };
  "github.com".colors.webpage.darkmode.enabled = false;
};