Ungoogled Chromium icon

Ungoogled Chromium 136.0.7103.92-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": "136.0.7103.92-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/136.0.7103.92-1.1/ungoogled-chromium_136.0.7103.92-1.1_arm64-macos.dmg",
    "sha256": "2013b725e056de2292dadee170c1c613002dad880fabd391986e585719dedcf2"
  },
  "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/"
  }
}