Amie icon

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