FSNotes icon

FSNotes 7.1.3

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