.
This commit is contained in:
parent
bef98b7073
commit
3127c31641
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue