feat: add iglesia-light and comic-relief fonts; add gnome.gnome-font-viewer
This commit is contained in:
parent
23831b583b
commit
a990c70c8f
5 changed files with 22 additions and 0 deletions
18
overlays/fonts/iglesia-light.nix
Normal file
18
overlays/fonts/iglesia-light.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs }: pkgs.stdenv.mkDerivation {
|
||||
pname = "iglesia-light-typeface";
|
||||
version = "1.009";
|
||||
|
||||
src = ./iglesia-light.zip;
|
||||
|
||||
unpackPhase = ''
|
||||
runHook preUnpack
|
||||
${pkgs.unzip}/bin/unzip $src
|
||||
runHook postUnpack
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 Iglesia\ Light.ttf -t $out/share/fonts/truetype
|
||||
runHook postInstall
|
||||
'';
|
||||
}
|
||||
BIN
overlays/fonts/iglesia-light.zip
Normal file
BIN
overlays/fonts/iglesia-light.zip
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue