Ungoogled Chromium icon

Ungoogled Chromium 133.0.6943.98-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": "133.0.6943.98-1.1",
  "src": {
    "url": "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/133.0.6943.98-1.1/ungoogled-chromium_133.0.6943.98-1.1_arm64-macos.dmg",
    "sha256": "84367beabd968fc5d2e367cb09b0bcb44f6a273d4f2dae5c589fc0db8fb49149"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Chromium.app\" \"$out/Applications/Chromium.app\""
  ],
  "meta": {
    "description": "Google Chromium, sans integration with Google",
    "homepage": "https://ungoogled-software.github.io/"
  }
}