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": "2025-09-01",
"src": {
"url": "https://github.com/kreativekorp/open-relay/releases/download/2025-09-01/Constructium.zip",
"sha256": "2ffa30cae61bac79a03827a12e48db8f88691f2c0655f1ef376b8ec9cdf788c2"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts/Constructium.ttf\" && cp -r \"Constructium.ttf\" \"$out/Library/Fonts\""
],
"meta": {
"homepage": "https://www.kreativekorp.com/software/fonts/constructium/"
}
}