{"id":21981681,"url":"https://github.com/soft/nix-google-fonts-overlay","last_synced_at":"2026-06-19T08:32:30.786Z","repository":{"id":66599664,"uuid":"170985788","full_name":"Soft/nix-google-fonts-overlay","owner":"Soft","description":"Automatically updated Nix overlay for Google Fonts","archived":false,"fork":false,"pushed_at":"2021-12-09T19:01:54.000Z","size":705,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T23:33:07.154Z","etag":null,"topics":["fonts","google-fonts","nix","nixos","nixpkgs","overlay","packaging","repository"],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Soft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-16T09:29:16.000Z","updated_at":"2025-09-14T06:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"405d5283-97d9-40ac-98d3-3bacf3130da5","html_url":"https://github.com/Soft/nix-google-fonts-overlay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Soft/nix-google-fonts-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fnix-google-fonts-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fnix-google-fonts-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fnix-google-fonts-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fnix-google-fonts-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soft","download_url":"https://codeload.github.com/Soft/nix-google-fonts-overlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soft%2Fnix-google-fonts-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34523982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fonts","google-fonts","nix","nixos","nixpkgs","overlay","packaging","repository"],"created_at":"2024-11-29T17:19:06.477Z","updated_at":"2026-06-19T08:32:30.762Z","avatar_url":"https://github.com/Soft.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix Google Fonts Overlay 🎁\n\n[![Build Status](https://travis-ci.org/Soft/nix-google-fonts-overlay.svg?branch=master)](https://travis-ci.org/Soft/nix-google-fonts-overlay)\n\n**967 high-quality fonts packaged for Nix**\n\nThis [Nix overlay](https://nixos.org) contains individual packages for all the\nfonts from the [Google Fonts project](https://github.com/google/fonts). The\npackages are automatically generated using\n[nix-google-fonts-gen](https://github.com/Soft/nix-google-fonts-gen) tool.\nUpdated weekly.\n\n## Use in NixOS configuration\n\nTo use fonts from this overlay as a part of NixOS configuration, something like\nthe following can be used:\n\n``` nix\n{ config, pkgs, lib, ... }:\n\nlet\n  fontsOverlay = import (\n    builtins.fetchTarball https://github.com/Soft/nix-google-fonts-overlay/archive/master.tar.gz\n  );\nin\n{\n  nixpkgs.overlays = [ fontsOverlay ];\n\n  fonts.fonts = with pkgs; [\n    google-fonts-eb-garamond\n    google-fonts-exo\n    google-fonts-lobster\n  ];\n\n  ...\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoft%2Fnix-google-fonts-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoft%2Fnix-google-fonts-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoft%2Fnix-google-fonts-overlay/lists"}