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/"
}
} Version History
2026-05-08 (NixCasks v4)
10 May 2026, 00:00 2026-04-12 (NixCasks v4)
14 April 2026, 00:01 2026-02-08 (NixCasks v4)
10 February 2026, 00:00 2025-09-01 (NixCasks v4)
12 October 2025, 12:08 2025-03-20 (NixCasks v4)
22 March 2025, 00:00 2024-06-01 (NixCasks v4)
7 March 2025, 09:14 2024-06-01 (NixCasks v3)
5 March 2025, 00:00 2024-06-01 (NixCasks v2)
4 March 2025, 19:10 2024-06-01 (NixCasks v1)
24 December 2024, 00:00