set default fonts in fontconfig

This commit is contained in:
cswimr 2024-12-22 13:10:03 -05:00
parent 872df4fcbb
commit 1ee2d6e181
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -50,10 +50,21 @@ in
fonts = { fonts = {
fontconfig = { fontconfig = {
enable = true; enable = true;
defaultFonts.emoji = [ defaultFonts = {
sansSerif = [
"ComicCode Nerd Font"
];
serif = [
"ComicCode Nerd Font"
];
monospace = [
"ComicCode Nerd Font"
];
emoji = [
"Twitter Color Emoji" "Twitter Color Emoji"
]; ];
}; };
};
packages = with pkgs; [ packages = with pkgs; [
customfonts customfonts
corefonts corefonts