FSNotes icon

FSNotes 6.10.2

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.2",
  "src": {
    "url": "https://github.com/glushchenko/fsnotes/releases/download/6.10.2/FSNotes_6.10.2.zip",
    "sha256": "2ead29b61e49cddb74908f45ba806542664d743c8979359bb88149e8c674119f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FSNotes.app\" && cp -r \"FSNotes.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Notes manager",
    "homepage": "https://fsnot.es/"
  }
}