{
  config,
  pkgs,
  theme,
  ...
}: let
  bg = theme.dark.black;
  fg = theme.bright.white;
in {
  programs.chromium = {
    enable = true;
    extensions = [
      {id = "oocalimimngaihdkbihfgmpkcpnmlaoa";}
    ];
  };
}