FSNotes icon

FSNotes 7.2.1

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