summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-08-13 20:10:44 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-08-13 20:10:44 +0200
commitdf85ff40e6e70ee30afa17d104da39d896224e8b (patch)
tree4ca9dc3539026bd546eaf1a16f2586646c7b76c6
parent319db87cc896f06a709377ae72c92b4124a81ccb (diff)
add hint what each font does
-rw-r--r--share/common.nix13
1 files changed, 11 insertions, 2 deletions
diff --git a/share/common.nix b/share/common.nix
index db0dc17..40aca77 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -423,8 +423,17 @@ in
decompressFonts = true;
};
- # use the IBM Plex family of fonts as defaults
- packages = with pkgs; [ ibm-plex ];
+ # install a list of useful fonts
+ packages = with pkgs; [
+ # large family of sans, serif and mono fonts with good unicode coverage
+ ibm-plex
+
+ # fonts patched with all needed symbols my shell prompt needs:
+ # cullmann on 🌐 neko in /data/nixos on  master [!?]
+ nerdfonts
+ ];
+
+ # use some proper default fonts
fontconfig = {
enable = true;
defaultFonts = {