Try Sarasa Gothic

This commit is contained in:
Invariantspace 2024-03-03 14:58:03 -08:00
parent 8534c96c66
commit 6e042b16ec
4 changed files with 12 additions and 34 deletions

View file

@ -1,23 +1,6 @@
{ pkgs, ... }:
{
# Configure default fonts
fonts = {
fontconfig.defaultFonts = {
serif = [ "Noto Serif" "Noto Serif CJK SC" ];
sansSerif = [ "Inter" "Noto Sans CJK SC" ];
monospace = [ "Iosevka" "Noto Sans Mono CJK SC" ];
};
packages = with pkgs; [
inter
iosevka
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-serif
noto-fonts-emoji
];
};
# Configure input methods
i18n = {
defaultLocale = "en_US.UTF-8";