diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-02-23 14:18:01 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-02-23 14:40:39 +0900 |
commit | ce153404bcbc72c428603c7c6f8a31c66f083006 (patch) | |
tree | dfeee8a91585f473bc8e0bd6c86b8e43fa557265 | |
parent | 45b1f8e5a1189e69407ab7547d908a78ada2232f (diff) |
Add fontconfig and font-google-noto packages
-rw-r--r-- | manifests.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests.scm b/manifests.scm index f6ffbda..3752f19 100644 --- a/manifests.scm +++ b/manifests.scm @@ -2,4 +2,6 @@ '("glibc-locales" "nss-certs" "git" - "nvi")) + "nvi" + "fontconfig" + "font-google-noto")) |