Locu icon

Locu 0.25.1

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.1",
  "src": {
    "url": "https://locu.sfo2.digitaloceanspaces.com/Locu-0.25.1-arm64-mac.zip",
    "sha256": "4890ae1931e07c6450d11223b3d75b1418b161ecbb9da9f433f7f574c3ff6103"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Locu.app\" && cp -r \"Locu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Daily planner and focus timer",
    "homepage": "https://locu.app/"
  }
}