From e23d7b6be16c9f57b4b96e885418c54d3098cb79 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 2 Nov 2024 23:10:44 +0100 Subject: Update --- modules/fonts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index c8c6e55..fc2a4a0 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { fonts.packages = with pkgs; [ noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji (nerdfonts.override { fonts = [ "InconsolataLGC" "Noto" ]; }) ]; -- cgit 1.4.1