Routine icon

Routine 0.21.4

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