fontconfig

This commit is contained in:
2025-12-15 09:19:55 +01:00
parent ee21baee74
commit 3cb02dbf59

View File

@@ -26,9 +26,35 @@
use-xdg-base-directories = true;
};
fonts.fontconfig.enable = true;
fonts.fontconfig.defaultFonts = {
monospace = [
"Hack"
];
sansSerif = [
"Notonoto Sans"
"Noto Sans"
];
serif = [
"Notonoto Serif"
"Noto Serif"
];
emoji = [
"Noto Color Emoji"
"Noto Emoji"
"Noto Emoji Blob"
"Noto Monochrome Emoji"
];
};
fonts.packages = with pkgs; [
hack-font
nerd-fonts.hack
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-color-emoji
noto-fonts-monochrome-emoji
noto-fonts-emoji-blob-bin
];
services.xserver.xkb.layout = "no";