Amie icon

Amie 251121.0.4

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