Typeface icon

Typeface 4.2.2,4839

Font manager application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "typeface",
  "version": "4.2.2,4839",
  "src": {
    "url": "https://dcdn.typefaceapp.com/Typeface-4.2.2-4839/Typeface-4.2.2-4839.dmg",
    "sha256": "8d863c45eb93c1480ede7b25a02a274ff5e3c704dae2374c865a8386e246f0cd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Typeface.app\" && cp -r \"Typeface.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Font manager application",
    "homepage": "https://typefaceapp.com/"
  }
}