google-chrome

google-chrome 149.0.7827.114

Freeware web browser developed by Google

https://www.google.com/chrome/browser/
Unfree
main program: google-chrome-stableprograms: -
Platforms (3)
aarch64-darwinx86_64-darwinx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  google-chrome
];
Ad-hoc shell
nix-shell -p google-chrome
Flake (nix run)
nix run nixpkgs#google-chrome