Element icon

Element 1.11.103

Matrix collaboration client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    element # Element
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    element # Element
  ];
}

Package Definition

{
  "pname": "element",
  "version": "1.11.103",
  "src": {
    "url": "https://packages.element.io/desktop/update/macos/Element-1.11.103-universal-mac.zip",
    "sha256": "8567d3ed47efbf4be37bc5e26b8b11b1749410b55f3fb1a46c9f1546632108e0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Element.app\" && cp -r \"Element.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Matrix collaboration client",
    "homepage": "https://element.io/get-started"
  }
}