FSNotes icon

FSNotes 6.10.0

Notes manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fsnotes",
  "version": "6.10.0",
  "src": {
    "url": "https://github.com/glushchenko/fsnotes/releases/download/6.10.0/FSNotes_6.10.0.zip",
    "sha256": "7538d36d112fe356a6e898a45b4a3765ceaf4d2e1adeefe9245d90b44500f38c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FSNotes.app\" && cp -r \"FSNotes.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Notes manager",
    "homepage": "https://fsnot.es/"
  }
}