diff --git a/zilti/packages/fonts.scm b/zilti/packages/fonts.scm index 0b0ec98..0f9cc67 100644 --- a/zilti/packages/fonts.scm +++ b/zilti/packages/fonts.scm @@ -71,6 +71,27 @@ glyphs (icons). Specifically to add a high number of extra glyphs from popular ' as Font Awesome, Devicons, Octicons, and others.") (license license:expat))) +(define-public font-nerdfont-victor-mono + (package + (name "font-nerdfont-victor-mono") + (version "3.1.1") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://github.com/ryanoasis/nerd-fonts/releases/" + "download/v" version "/VictorMono.zip")) + (sha256 + (base32 + "1ba50lhji0safw48v6r1xcxlgg92jgq4dklx9dk0garsfkhq4cib")))) + (build-system font-build-system) + (home-page "https://github.com/ryanoasis/nerd-fonts") + (synopsis "Clean, crisp and narrow, with a large x-height and clear punctuation.") + (description + "Nerd Fonts is a project that patches developer targeted fonts with a high number of +glyphs (icons). Specifically to add a high number of extra glyphs from popular 'iconic fonts' such +as Font Awesome, Devicons, Octicons, and others.") + (license license:expat))) + (define-public font-nerdfont-iosevka-term-slab (package (name "font-nerdfont-iosevka-term-slab")