summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix10
1 files changed, 6 insertions, 4 deletions
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