set default fonts in fontconfig
This commit is contained in:
parent
872df4fcbb
commit
1ee2d6e181
1 changed files with 14 additions and 3 deletions
|
@ -50,9 +50,20 @@ in
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts.emoji = [
|
defaultFonts = {
|
||||||
"Twitter Color Emoji"
|
sansSerif = [
|
||||||
];
|
"ComicCode Nerd Font"
|
||||||
|
];
|
||||||
|
serif = [
|
||||||
|
"ComicCode Nerd Font"
|
||||||
|
];
|
||||||
|
monospace = [
|
||||||
|
"ComicCode Nerd Font"
|
||||||
|
];
|
||||||
|
emoji = [
|
||||||
|
"Twitter Color Emoji"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
customfonts
|
customfonts
|
||||||
|
|
Loading…
Reference in a new issue