diff options
Diffstat (limited to 'oni/packages/fonts.scm')
| -rw-r--r-- | oni/packages/fonts.scm | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/oni/packages/fonts.scm b/oni/packages/fonts.scm index ad0c9a1..906dfdf 100644 --- a/oni/packages/fonts.scm +++ b/oni/packages/fonts.scm @@ -33,21 +33,23 @@ ExtraLight, Light, Book, Medium, Semibold, Bold & ExtraBold") (license license:silofl1.1))) (define-public font-nerd-font-fantasquesansmono - (package - (name "font-nerd-font-fantasquesansmono") - (version "3.4.0") - (source - (origin - (method url-fetch) - (uri "https://github.com/ryanoasis/nerd-fonts/releases/download//v3.4.0/FantasqueSansMono.tar.xz") - (sha256 (base32 "1z8ggmarbw6yjj835vmc02w4j07xkkfnrsylvq6mdf2z8y858as6")))) - (build-system font-build-system) - (license license:expat) - (home-page "https://www.nerdfonts.com/") - (synopsis "Iconic font aggregator, collection, & patcher. 3,600+ icons,\n50+ patched fonts: + (package + (name "font-nerd-font-fantasquesansmono") + (version "3.4.0") + (source + (origin + (method url-fetch) + (uri + "https://github.com/ryanoasis/nerd-fonts/releases/download//v3.4.0/FantasqueSansMono.tar.xz") + (sha256 + (base32 "1z8ggmarbw6yjj835vmc02w4j07xkkfnrsylvq6mdf2z8y858as6")))) + (build-system font-build-system) + (license license:expat) + (home-page "https://www.nerdfonts.com/") + (synopsis "Iconic font aggregator, collection, & patcher. 3,600+ icons,\n50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font\nAwesome, Material Design Icons, Octicons, & more") - (description "Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high + (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."))) @@ -58,7 +60,8 @@ Devicons, Octicons, and others."))) (source (origin (method url-fetch) - (uri "https://github.com/qwerasd205/AnnotationMono/releases/download/v0.2/AnnotationMono_v0.2.zip") + (uri + "https://github.com/qwerasd205/AnnotationMono/releases/download/v0.2/AnnotationMono_v0.2.zip") (sha256 (base32 "0q7rvlrlqcq3qfqkmqcgr5rw82zxkgvm4xzn6kys8bj70x9d0h07")))) (build-system copy-build-system) (arguments |
