Locu icon

Locu 0.25.0

Daily planner and focus timer

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    locu # Locu
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    locu # Locu
  ];
}

Package Definition

{
  "pname": "locu",
  "version": "0.25.0",
  "src": {
    "url": "https://locu.sfo2.digitaloceanspaces.com/Locu-0.25.0-arm64-mac.zip",
    "sha256": "10d9f90cf7c9c7a5985e714bb2d8f7c35c8bcba29b864b9a43af0c7650d78605"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Locu.app\" && cp -r \"Locu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Daily planner and focus timer",
    "homepage": "https://locu.app/"
  }
}