Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
font-udev-gothic-nf # UDEV Gothic NF
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
font-udev-gothic-nf # UDEV Gothic NF
];
}
Package Definition
{
"pname": "font-udev-gothic-nf",
"version": "2.1.0",
"src": {
"url": "https://github.com/yuru7/udev-gothic/releases/download/v2.1.0/UDEVGothic_NF_v2.1.0.zip",
"sha256": "2d3ea89a7dfbf5ad07893fa1a39894f5860a146fd2633311176c61dcca6120e7"
},
"installPhase": [
"mkdir -p \"$out/Library/Fonts/UDEVGothicNFLG-Regular.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNFLG-Regular.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NF-BoldItalic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NF-BoldItalic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NF-Italic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NF-Italic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NF-Regular.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NF-Regular.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NFLG-Bold.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NFLG-Bold.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NFLG-BoldItalic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NFLG-BoldItalic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NFLG-Italic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NFLG-Italic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NFLG-Regular.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NFLG-Regular.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNF-Bold.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNF-Bold.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNF-BoldItalic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNF-BoldItalic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNF-Italic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNF-Italic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNF-Regular.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNF-Regular.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNFLG-Bold.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNFLG-Bold.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNFLG-BoldItalic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNFLG-BoldItalic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothicNFLG-Italic.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothicNFLG-Italic.ttf\" \"$out/Library/Fonts\"",
"mkdir -p \"$out/Library/Fonts/UDEVGothic35NF-Bold.ttf\" && cp -r \"UDEVGothic_NF_v2.1.0/UDEVGothic35NF-Bold.ttf\" \"$out/Library/Fonts\""
],
"meta": {
"homepage": "https://github.com/yuru7/udev-gothic"
}
}