Ungoogled Chromium icon

Ungoogled Chromium 141.0.7390.122-1.1

Google Chromium, sans integration with Google

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ungoogled-chromium # Ungoogled Chromium
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ungoogled-chromium # Ungoogled Chromium
  ];
}

Package Definition

{
  "pname": "ungoogled-chromium",
  "version": "141.0.7390.122-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/141.0.7390.122-1.1/ungoogled-chromium_141.0.7390.122-1.1_arm64-macos.dmg",
    "sha256": "51b43be2adc13a9a0d9e3889b0b7cd9d2ae96b7a8ff011451d7966159dbe468c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Chromium.app\" && cp -r \"Chromium.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Google Chromium, sans integration with Google",
    "homepage": "https://ungoogled-software.github.io/"
  }
}