Routine icon

Routine 0.21.0

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