summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-08-14 17:38:23 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-08-14 17:38:40 +0200
commit1a23d30bc471f89afb13520bebbac940883d3f21 (patch)
tree76901a86ebe7944d2e4958a168611c29852be961
parentc3aed1e67f70c5b1352d7db4c8d73654cf17e550 (diff)
just install all goggle and nerd fonts
adjust used font names
-rw-r--r--share/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/common.nix b/share/common.nix
index 4d97d55..f276a93 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -430,8 +430,8 @@ in
fontconfig = {
enable = true;
defaultFonts = {
- monospace = [ "Recursive Mono Linear Static" ];
- sansSerif = [ "Inter" ];
+ monospace = [ "RecMonoLinear Nerd Font" "Noto Sans Mono" ];
+ sansSerif = [ "Inter" "Noto Sans" ];
serif = [ "Noto Serif" ];
};
};