add tragicastle font
This commit is contained in:
parent
589729f49d
commit
02a92ecd78
3 changed files with 10 additions and 7 deletions
|
@ -83,13 +83,16 @@ in {
|
||||||
defaultFonts.monospace = [ "Berkeley Mono" ];
|
defaultFonts.monospace = [ "Berkeley Mono" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs;
|
fonts.fonts = with pkgs; [
|
||||||
[
|
(fetchzip {
|
||||||
(fetchzip {
|
url = "file://" + ./fonts/berkeley.tar.xz;
|
||||||
url = "file://" + ./fonts.tar.xz;
|
sha256 = "sha256-YRd10UKJjXPZPIbE10EVae7EpmIdJ3mj1zl9JKEklGs=";
|
||||||
sha256 = "sha256-YRd10UKJjXPZPIbE10EVae7EpmIdJ3mj1zl9JKEklGs=";
|
})
|
||||||
})
|
(fetchurl {
|
||||||
];
|
url = "file://" + ./fonts/tragicastle.otf;
|
||||||
|
sha256 = "sha256-RZo4mXxTtDtili8ocw964vciBqbBq7jY7VHs7dO6XzU=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
|
|
BIN
nixos/fonts/tragicastle.otf
Normal file
BIN
nixos/fonts/tragicastle.otf
Normal file
Binary file not shown.
Loading…
Reference in a new issue