Standard Notes icon

Standard Notes 3.194.13

Free, open-source, and completely encrypted notes app

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    standard-notes # Standard Notes
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    standard-notes # Standard Notes
  ];
}

Package Definition

{
  "pname": "standard-notes",
  "version": "3.194.13",
  "src": {
    "url": "https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%403.194.13/standard-notes-3.194.13-mac-arm64.zip",
    "sha256": "0fba480db845336b5257f25e4de8579645f0e1421bb09591b457b0385da4ab7e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Standard Notes.app\" \"$out/Applications/Standard Notes.app\""
  ],
  "meta": {
    "description": "Free, open-source, and completely encrypted notes app",
    "homepage": "https://standardnotes.com/"
  }
}