This commit is contained in:
Daniel Ziltener 2024-04-04 02:34:26 +02:00
parent bef98b7073
commit 3127c31641
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

@ -71,6 +71,27 @@ glyphs (icons). Specifically to add a high number of extra glyphs from popular '
as Font Awesome, Devicons, Octicons, and others.") as Font Awesome, Devicons, Octicons, and others.")
(license license:expat))) (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 (define-public font-nerdfont-iosevka-term-slab
(package (package
(name "font-nerdfont-iosevka-term-slab") (name "font-nerdfont-iosevka-term-slab")