Routine icon

Routine 0.19.9

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