Amie icon

Amie 250414.0.2

Calendar and task manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "amie",
  "version": "250414.0.2",
  "src": {
    "url": "https://github.com/amieso/electron-releases/releases/download/v250414.0.2/Amie-250414.0.2-arm64-mac.zip",
    "sha256": "c4e283d6458f75fe4b984cacf960f54b3e84af50f8cb90b67170dc91657a2aeb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Amie.app\" && cp -r \"Amie.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calendar and task manager",
    "homepage": "https://amie.so/"
  }
}