set default fonts in fontconfig

This commit is contained in:
Seaswimmer 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 = {
fontconfig = {
enable = true;
defaultFonts.emoji = [
defaultFonts = {
sansSerif = [
"ComicCode Nerd Font"
];
serif = [
"ComicCode Nerd Font"
];
monospace = [
"ComicCode Nerd Font"
];
emoji = [
"Twitter Color Emoji"
];
};
};
packages = with pkgs; [
customfonts
corefonts