MyNixOS website logo
option

programs.firefox.profiles.<name>.containers

Attribute set of container configurations. See Multi-Account Containers for more information.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  dangerous = {
    color = "red";
    icon = "fruit";
    id = 2;
  };
  shopping = {
    color = "blue";
    icon = "cart";
    id = 1;
  };
}