No description
  • Nix 83.8%
  • Shell 16.2%
Find a file
2026-05-11 16:10:12 +02:00
assets fonts 2026-03-04 20:33:34 +01:00
download.sh fonts 2026-03-04 20:33:34 +01:00
flake.lock yep 2026-05-11 16:10:12 +02:00
flake.nix yep 2025-12-13 16:21:52 +01:00
LICENSE Create LICENSE 2024-06-28 10:16:31 -06:00
README.md Add README 2024-06-28 09:28:05 -06:00

Fonts sourced from Apple

This flake provides easy access to the Apple fonts listed on their website. Just add it as a font package, then configure your programs to use it.

Packages are also provided that automatically patch the fonts with the nerd font patcher. This provides a font that includes the most common symbols, suitable for use in the terminal, statusbars, etc.

Example

In my case, I use stylix:

stylix.fonts = {
    serif = {
        package = inputs.apple-fonts.packages.${pkgs.system}.sf-pro-nerd;
        name = "SFProDisplay Nerd Font";
    };
};