Ungoogled Chromium icon

Ungoogled Chromium 138.0.7204.96-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": "138.0.7204.96-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/138.0.7204.96-1.1/ungoogled-chromium_138.0.7204.96-1.1_arm64-macos.dmg",
    "sha256": "1749fb2af1f2c2dece84635793ce6401b1fedf4263ecae0b8470a08510b87c4f"
  },
  "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/"
  }
}