Sunsama icon

Sunsama 3.0.6,250123eg3mumaet

Daily planner and calendar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sunsama",
  "version": "3.0.6,250123eg3mumaet",
  "src": {
    "url": "https://download.todesktop.com/2003096gmmnl0g1/Sunsama%203.0.6%20-%20Build%20250123eg3mumaet-arm64-mac.zip",
    "sha256": "78f571e48efd7ed53597088864e042015630be3a44bcee31565dcfc06cf60d1d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Sunsama.app\" \"$out/Applications/Sunsama.app\""
  ],
  "meta": {
    "description": "Daily planner and calendar",
    "homepage": "https://www.sunsama.com/desktop"
  }
}