feat: enabled fontconfig and added emoji font

main
Ricard Illa 2023-08-02 12:16:10 +02:00
parent 8d094b9552
commit 5af9991793
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
];
})
inter # Inter is my default sans-serif font
hack-font # Hack is my default monospace font
libertinus # Libertinus Serif is my default serif font
emojione
];
#fonts.fontconfig.enable = true;
fonts.fontconfig.enable = true;
}