summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-08-14 17:30:12 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-08-14 17:30:12 +0200
commitc3aed1e67f70c5b1352d7db4c8d73654cf17e550 (patch)
tree2e6915de8b498400bad8bfd08ebf3121e67bec87
parent941d7725e593666d54cdcafb503234bd0fa25606 (diff)
just install all goggle and nerd fonts
-rw-r--r--share/common.nix18
1 files changed, 2 insertions, 16 deletions
diff --git a/share/common.nix b/share/common.nix
index 27c333b..4d97d55 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -423,22 +423,8 @@ in
decompressFonts = true;
};
- # install a list of useful fonts
- packages = with pkgs; [
- # good UI sans serif fonts family
- inter
-
- # get large parts of unicode covered with the Google Noto fonts family
- # all needed symbols that my shell prompt needs
- # example: cullmann on 🌐 neko in /data/nixos on  master [!?]
- # contains serif font that nicely matches with Inter
- noto-fonts
- noto-fonts-cjk
- noto-fonts-emoji
-
- # contains monospace fonts that match well with Inter
- recursive
- ];
+ # just get all Google & Nerd Fonts, we have the space
+ packages = [ pkgs.google-fonts pkgs.nerdfonts ];
# use some proper default fonts
fontconfig = {