Amie icon

Amie 250410.0.3

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": "250410.0.3",
  "src": {
    "url": "https://github.com/amieso/electron-releases/releases/download/v250410.0.3/Amie-250410.0.3-arm64-mac.zip",
    "sha256": "57b83a55394ca533837ea360821a4e08615cfbb523d6edfc6effcee93aeb5b4d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Amie.app\" && cp -r \"Amie.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calendar and task manager",
    "homepage": "https://amie.so/"
  }
}