MyNixOS website logo
option

programs.chromium.commandLineArgs

List of command-line arguments to be passed to Chromium.

For a list of common switches, see Chrome switches.

To search switches for other components, see Chromium codesearch.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--enable-logging=stderr"
  "--ignore-gpu-blocklist"
]