Routine icon

Routine 0.19.8

Calendar for productive people

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "routine",
  "version": "0.19.8",
  "src": {
    "url": "https://releases.routine.co/routine/osx-arm64/Routine-0.19.8.zip",
    "sha256": "764b78d03b7ea7517afe7527e1512bd92807c1d813b757595658e2666475fc14"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Routine.app\" \"$out/Applications/Routine.app\""
  ],
  "meta": {
    "description": "Calendar for productive people",
    "homepage": "https://www.routine.co/"
  }
}