Itsycal icon

Itsycal 0.15.10

Menu bar calendar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "itsycal",
  "version": "0.15.10",
  "src": {
    "url": "https://itsycal.s3.amazonaws.com/Itsycal-0.15.10.zip",
    "sha256": "25095796017ca84ae20336e94ef30a59bc74b8514128c74e2d05bbca07cbb62a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Itsycal.app\" && cp -r \"Itsycal.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar calendar",
    "homepage": "https://www.mowglii.com/itsycal/"
  }
}