FontBase icon

FontBase 2.24.9

Font manager

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fontbase",
  "version": "2.24.9",
  "src": {
    "url": "https://releases.fontba.se/mac/FontBase-2.24.9.dmg",
    "sha256": "2f225d919af4d31290779488b84192e499f0d344922052e0e84ceab17dbdfe63"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FontBase.app\" && cp -r \"FontBase.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Font manager",
    "homepage": "https://fontba.se/"
  }
}