Ungoogled Chromium icon

Ungoogled Chromium 137.0.7151.119-1.1

Google Chromium, sans integration with Google

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "eloston-chromium",
  "version": "137.0.7151.119-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/137.0.7151.119-1.1/ungoogled-chromium_137.0.7151.119-1.1_arm64-macos.dmg",
    "sha256": "598a1316929aa0f381dafd4b2f627bbe37f5c40e61fbc43f0515c84e401a22d8"
  },
  "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/"
  }
}