From 1a23d30bc471f89afb13520bebbac940883d3f21 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 14 Aug 2024 17:38:23 +0200 Subject: just install all goggle and nerd fonts adjust used font names --- share/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/common.nix b/share/common.nix index 4d97d55..f276a93 100644 --- a/share/common.nix +++ b/share/common.nix @@ -430,8 +430,8 @@ in fontconfig = { enable = true; defaultFonts = { - monospace = [ "Recursive Mono Linear Static" ]; - sansSerif = [ "Inter" ]; + monospace = [ "RecMonoLinear Nerd Font" "Noto Sans Mono" ]; + sansSerif = [ "Inter" "Noto Sans" ]; serif = [ "Noto Serif" ]; }; }; -- cgit v1.2.3