set default fonts in fontconfig
This commit is contained in:
parent
872df4fcbb
commit
1ee2d6e181
1 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue