Ungoogled Chromium icon

Ungoogled Chromium 143.0.7499.169-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": "143.0.7499.169-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/143.0.7499.169-1.1/ungoogled-chromium_143.0.7499.169-1.1_arm64-macos.dmg",
    "sha256": "603eaa5b8677a35cd118ec26f3c92ccc5fdc2a86c2318e2b50e28cdbcb888bf1"
  },
  "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/"
  }
}