Routine icon

Routine 0.21.6

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.21.6",
  "src": {
    "url": "https://releases.routine.co/routine/osx-arm64/Routine-0.21.6.zip",
    "sha256": "07088840613a691dad88e40cf1972d62cfa154fadee0119488b467d022b51a95"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Routine.app\" && cp -r \"Routine.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calendar for productive people",
    "homepage": "https://www.routine.co/"
  }
}