Ungoogled Chromium icon

Ungoogled Chromium 138.0.7204.100-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.100-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/138.0.7204.100-1.1/ungoogled-chromium_138.0.7204.100-1.1_arm64-macos.dmg",
    "sha256": "3040b2c89174e6fb0ac0e592c7c57101d5d1cef1f1359be4b839c3a7f43cdeba"
  },
  "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/"
  }
}