Constructium icon

Constructium 2026-05-08

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    font-constructium # Constructium
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    font-constructium # Constructium
  ];
}

Package Definition

{
  "pname": "font-constructium",
  "version": "2026-05-08",
  "src": {
    "url": "https://github.com/kreativekorp/open-relay/releases/download/2026-05-08/Constructium.zip",
    "sha256": "1622c9cbba22bfe8ae2b1a1fe69f43a315210470bf24f349a2e9eef0171cd710"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/Constructium.ttf\" && cp -r \"Constructium.ttf\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://www.kreativekorp.com/software/fonts/constructium/"
  }
}