From 0d383ebee268c94dd75e1afa274a52580a502e98 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 11 Oct 2024 12:01:45 +0800 Subject: [PATCH] dust/fonts: reject dejavu sans --- hosts/dust/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/dust/default.nix b/hosts/dust/default.nix index a79014a..b4e7004 100644 --- a/hosts/dust/default.nix +++ b/hosts/dust/default.nix @@ -166,6 +166,7 @@ ]; }; # GitHub prefers Noto Sans... + # DejaVu Sans from nixpkgs#fontconfig.out localConf = '' @@ -175,6 +176,13 @@ + + + + DejaVu Sans + + + ''; };