Mochi icon

Mochi 1.20.9

Study notes and flashcards using spaced repetition

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mochi",
  "version": "1.20.9",
  "src": {
    "url": "https://download.mochi.cards/releases/Mochi-1.20.9-arm64.dmg",
    "sha256": "ecc4b5238d6bead113023736dc29327e97d384c94f88f984d74e207dab61d9e3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mochi.app\" && cp -r \"Mochi.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Study notes and flashcards using spaced repetition",
    "homepage": "https://mochi.cards/"
  }
}