programs.google-chrome.commandLineArgs

NixOS option

Extra command line arguments passed to Google Chrome.

type: list of string
Default
[ ]
Example
[
  "--disable-gpu"
  "--enable-features=VaapiVideoDecoder"
]
declared in: nixos/modules/programs/google-chrome.nixView source on NixOS/nixpkgs →