Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Zen Browser

Homepage: https://zen-browser.app

Maintainers: Karun Sandhu (@MrSom3body)


This module supports the Zen Browser.

important

For any theming to be applied, you need to tell this module which profiles you're using:

{
  programs.zen-browser = {
    enable = true;

    profiles = {
      my-profile = {
        # bookmarks, extensions, search engines...
      };
      my-friends-profile = {
        # bookmarks, extensions, search engines...
      };
    };
  };

  stylix.targets.zen-browser.profileNames = [ "my-profile" "my-friends-profile" ];
}

This is necessary due to a limitation of the module system: we can either detect the list of profiles, or change their configuration, but we can't do both without infinite recursion.

Home Manager options

stylix.targets.zen-browser.enable

Whether to enable theming for Zen Browser.

Type

boolean

Default

config.stylix.autoEnable

Example

false

Source

stylix.targets.zen-browser.profileNames

The Zen Browser profile names to apply styling on.

Type

list of string

Default

[ ]

Example

[
  "default"
]

Source

NixOS options

None provided.