aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-11-02 12:21:23 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-11-02 12:39:03 -0500
commit1b2df828891868aa866e1b189f445373683898af (patch)
tree639f2982e4bdf710223ecf6a7802759c583f560d
parentb3338ce8413dfc8379df4baf99ee7471be78f417 (diff)
downloadhome-1b2df828891868aa866e1b189f445373683898af.tar.gz
modules/global: use adwaita as default font
-rw-r--r--modules/global.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/global.nix b/modules/global.nix
index 51b0e21..2e66688 100644
--- a/modules/global.nix
+++ b/modules/global.nix
@@ -85,8 +85,8 @@ in
fonts.fontconfig = {
enable = true;
defaultFonts = {
- monospace = [ "NotoMono Nerd Font Mono" ];
- sansSerif = [ "Noto Sans" ];
+ monospace = [ "AdwaitaMono Nerd Font Mono" "NotoMono Nerd Font Mono" ];
+ sansSerif = [ "Adwaita Sans" "Noto Sans" ];
serif = [ "Noto Serif" ];
emoji = [ "Noto Color Emoji" ];
};
@@ -160,6 +160,7 @@ in
roboto-serif
cozette
inter
+ adwaita-fonts
noto-fonts
noto-fonts-extra
noto-fonts-cjk-sans