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
|
|
@ -4,6 +4,8 @@
|
|||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||
comic-relief
|
||||
iglesia-light
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
mfcl3750cdwcupswrapper = (super.callPackage ../overlays/mfcl3750cdw.nix { }).cupswrapper;
|
||||
pppdf = (super.python3Packages.callPackage ../overlays/pppdf { });
|
||||
isisdl = (super.python3Packages.callPackage ../overlays/isisdl.nix { });
|
||||
iglesia-light = (super.callPackage ../overlays/fonts/iglesia-light.nix { });
|
||||
})
|
||||
];
|
||||
config = {
|
||||
|
|
|
|||
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.
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
gnome.nautilus # the file manager for gnome
|
||||
gnome.simple-scan # simple scanning utility
|
||||
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
|
||||
pppdf
|
||||
feh # a light-weight image viewer
|
||||
vlc # cross-platform media player and streaming server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue