add tragicastle font

This commit is contained in:
Cyryl Płotnicki 2023-04-15 13:02:24 +01:00
parent 589729f49d
commit 02a92ecd78
3 changed files with 10 additions and 7 deletions

View file

@ -83,12 +83,15 @@ in {
defaultFonts.monospace = [ "Berkeley Mono" ]; defaultFonts.monospace = [ "Berkeley Mono" ];
}; };
fonts.fonts = with pkgs; fonts.fonts = with pkgs; [
[
(fetchzip { (fetchzip {
url = "file://" + ./fonts.tar.xz; url = "file://" + ./fonts/berkeley.tar.xz;
sha256 = "sha256-YRd10UKJjXPZPIbE10EVae7EpmIdJ3mj1zl9JKEklGs="; sha256 = "sha256-YRd10UKJjXPZPIbE10EVae7EpmIdJ3mj1zl9JKEklGs=";
}) })
(fetchurl {
url = "file://" + ./fonts/tragicastle.otf;
sha256 = "sha256-RZo4mXxTtDtili8ocw964vciBqbBq7jY7VHs7dO6XzU=";
})
]; ];
nix = { nix = {

BIN
nixos/fonts/tragicastle.otf Normal file

Binary file not shown.