MyNixOS website logo
option

programs.chromium.initialPrefs

Initial preferences are used to configure the browser for the first run. Unlike programs.chromium.extraOpts, initialPrefs can be changed by users in the browser settings. More information can be found in the Chromium documentation: https://www.chromium.org/administrators/configuring-other-preferences/

Declarations
Type
attribute set
Default
{ }
Example
{
  "first_run_tabs" = [
    "https://nixos.org/"
  ];
}