From 4fd385710bb99679b18e017e350132e21717fb29 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Tue, 10 Feb 2026 17:14:13 +0800 Subject: [PATCH] chore: Use static font and add nerd font symbols --- nixos/modules/gui/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/modules/gui/default.nix b/nixos/modules/gui/default.nix index d9934f4..270b3d1 100644 --- a/nixos/modules/gui/default.nix +++ b/nixos/modules/gui/default.nix @@ -54,9 +54,10 @@ in { source-han-sans libertinus noto-fonts-color-emoji - noto-fonts-cjk-sans - noto-fonts-cjk-serif + noto-fonts-cjk-sans-static + noto-fonts-cjk-serif-static noto-fonts + nerd-fonts.symbols-only ]; fontconfig = { localConf =