Ente icon

Ente 1.7.7

Desktop client for Ente Photos

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ente",
  "version": "1.7.7",
  "src": {
    "url": "https://github.com/ente-io/photos-desktop/releases/download/v1.7.7/ente-1.7.7-universal.dmg",
    "sha256": "c2c62578c850ed8670b2aaa24e3d19977481dd08618d6d2770ec916f574cf346"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ente.app\" \"$out/Applications/ente.app\""
  ],
  "meta": {
    "description": "Desktop client for Ente Photos",
    "homepage": "https://ente.io/"
  }
}