summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-04 20:11:00 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-04 20:11:00 +0100
commit2466a802975c2f8024ed489a5278f99d2093a92d (patch)
tree5e30c7e6b9653338261411dc3eccc12963a718f3
parent2780817145cf6aa674a05b44f5310f8b321c9a3b (diff)
less fonts
-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