From 3d3de0ba69902bed63133e7e1697d0b8c969579c Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Sun, 17 Nov 2024 10:56:14 +0100 Subject: [PATCH] Install more fonts on debian --- home/.chezmoidata/packages.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.chezmoidata/packages.yaml b/home/.chezmoidata/packages.yaml index 1199609e..c22ff80a 100644 --- a/home/.chezmoidata/packages.yaml +++ b/home/.chezmoidata/packages.yaml @@ -261,6 +261,11 @@ packages: - "du-dust" - "fd-find" - "fish" + # XXX: to be checked if needed once fonts-recommended is insalled + # - "fonts-noto" + # - "fonts-noto-cjk" + # - "fonts-noto-color-emoji" + - "fonts-recommended" - "flake8" - "fzf" - "git"