From 2466a802975c2f8024ed489a5278f99d2093a92d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 4 Feb 2023 20:11:00 +0100 Subject: less fonts --- common.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 5eafa49..471aed0 100644 --- a/common.nix +++ b/common.nix @@ -230,16 +230,18 @@ in # more fonts for all users fonts = { - # some default fonts - enableDefaultFonts = true; - # more fonts fonts = with pkgs; [ - # nice monospaced font + # nice mono spaced font iosevka-bin # needed for powerlevel10k zsh stuff meslo-lgs-nf + + # unicode capable font + noto-fonts + noto-fonts-extra + noto-fonts-emoji ]; # tune fontconfig -- cgit v1.2.3