programs.chromium.initialPrefs
NixOS option
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/
type: attribute setDefault
{ }Example
declared in: nixos/modules/programs/chromium.nixView source on NixOS/nixpkgs →{
"first_run_tabs" = [
"https://nixos.org/"
];
}