FontBase icon

FontBase 2026.5.17

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": "2026.5.17",
  "src": {
    "url": "https://releases.fontba.se/mac/FontBase-2026.5.17.dmg",
    "sha256": "2ec577474fe8ea04e7b494893031df2a78923bd3690e34a29f0b2796bb2a2979"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FontBase.app\" && cp -r \"FontBase.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Font manager",
    "homepage": "https://fontba.se/"
  }
}