diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-02 12:21:23 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-02 12:39:03 -0500 |
| commit | 1b2df828891868aa866e1b189f445373683898af (patch) | |
| tree | 639f2982e4bdf710223ecf6a7802759c583f560d | |
| parent | b3338ce8413dfc8379df4baf99ee7471be78f417 (diff) | |
| download | home-1b2df828891868aa866e1b189f445373683898af.tar.gz | |
modules/global: use adwaita as default font
| -rw-r--r-- | modules/global.nix | 5 |
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 |