Amie icon

Amie 260813.0.0

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