Routine icon

Routine 0.21.7

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