Skip to content

Nix flake to easily install Apple fonts from their website.

License

Notifications You must be signed in to change notification settings

Lyndeno/apple-fonts.nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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";
    };
};

About

Nix flake to easily install Apple fonts from their website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages