fonts: Use blobmoji as default emoji font

pull/64/head
Simon Bruder 2022-04-23 21:10:27 +02:00
parent ef5204f2f3
commit b307f1d518
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ lib.mkIf config.sbruder.gui.enable {
] ++ lib.optionals config.sbruder.full [
google-fonts # google font collection (free)
lmodern # Latin Modern for non-latex applications
noto-fonts-emoji-blob-bin # The most owo emojis (thanks google for killing them)
source-han-sans
source-han-serif # CJK fonts
] ++ lib.optionals (!config.sbruder.full) [
@ -20,6 +21,7 @@ lib.mkIf config.sbruder.gui.enable {
fontconfig = {
defaultFonts = {
emoji = [ "Blobmoji" ];
monospace = [ "Iosevka Nerd Font" "Source Han Sans" ];
sansSerif = [ "Roboto" "Source Han Sans" ];
serif = [ "Georgia" "Source Han Serif" ];