Skip to content

Commit

Permalink
add lato font
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Jul 14, 2024
1 parent 6c6666c commit 040cf36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
pkgs.libpng
pkgs.harfbuzzFull
pkgs.fontconfig
pkgs.lato
pkgs.texlivePackages.lato
] ++ lib.optionals pkgs.stdenv.isDarwin (
with pkgs.darwin.apple_sdk.frameworks; [
IOKit
Expand Down Expand Up @@ -60,6 +62,8 @@
pkgs.libpng
pkgs.harfbuzzFull
pkgs.fontconfig
pkgs.lato
pkgs.texlivePackages.lato
config.process-compose.cargo-doc-live.outputs.package
];
};
Expand Down

0 comments on commit 040cf36

Please sign in to comment.