Standard Notes icon

Standard Notes 3.195.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.195.13",
  "src": {
    "url": "https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%403.195.13/standard-notes-3.195.13-mac-arm64.zip",
    "sha256": "c38c64428e7ab367f5899bc1242a1619c797d75630255116dfe42146c7cdf090"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Standard Notes.app\" && cp -r \"Standard Notes.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Free, open-source, and completely encrypted notes app",
    "homepage": "https://standardnotes.com/"
  }
}