Supernotes icon

Supernotes 3.2.1

Collaborative note-taking app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "supernotes",
  "version": "3.2.1",
  "src": {
    "url": "https://download.supernotes.app/Supernotes-3.2.1-arm64.dmg",
    "sha256": "1975824ec7d23cf8147378fa681ce2d000b77b55867dd8cf06b1c123913860c0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Supernotes.app\" && cp -r \"Supernotes.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Collaborative note-taking app",
    "homepage": "https://supernotes.app/"
  }
}