From d45f2e1f2ff57700f4e5ba92aa5620096d0bfaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 3 May 2024 14:39:02 +0200 Subject: [PATCH] Install noto fonts --- packages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages.yml b/packages.yml index c686df1..7fa4094 100644 --- a/packages.yml +++ b/packages.yml @@ -68,6 +68,11 @@ packages: archlinux: ["ttf-linux-libertine"] font-emoji: archlinux: ["noto-fonts-emoji"] + fonts: + archlinux: + - noto-fonts + - noto-fonts-extra + - noto-fonts-cjk git: # tk required for gitk archlinux: ["git", "tk", "git-delta", "git-filter-repo"]