fonts: Use blobmoji as default emoji font
This commit is contained in:
parent
ef5204f2f3
commit
b307f1d518
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue