Coherence X icon

Coherence X 5.1.3

Turn websites into apps

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    coherence-x # Coherence X
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    coherence-x # Coherence X
  ];
}

Package Definition

{
  "pname": "coherence-x",
  "version": "5.1.3",
  "src": {
    "url": "https://bzgdownloads.s3.amazonaws.com/Coherence/Coherence+X+5.1.3.zip",
    "sha256": "4bb10dced56d9a7828ae25a25e4f4b2446fe5e87e8128d295a73782e2f4c2bcd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Coherence X.app\" && cp -r \"Coherence X.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Turn websites into apps",
    "homepage": "https://bzgapps.com/coherence"
  }
}