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 [
|
] ++ lib.optionals config.sbruder.full [
|
||||||
google-fonts # google font collection (free)
|
google-fonts # google font collection (free)
|
||||||
lmodern # Latin Modern for non-latex applications
|
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-sans
|
||||||
source-han-serif # CJK fonts
|
source-han-serif # CJK fonts
|
||||||
] ++ lib.optionals (!config.sbruder.full) [
|
] ++ lib.optionals (!config.sbruder.full) [
|
||||||
|
@ -20,6 +21,7 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
emoji = [ "Blobmoji" ];
|
||||||
monospace = [ "Iosevka Nerd Font" "Source Han Sans" ];
|
monospace = [ "Iosevka Nerd Font" "Source Han Sans" ];
|
||||||
sansSerif = [ "Roboto" "Source Han Sans" ];
|
sansSerif = [ "Roboto" "Source Han Sans" ];
|
||||||
serif = [ "Georgia" "Source Han Serif" ];
|
serif = [ "Georgia" "Source Han Serif" ];
|
||||||
|
|
Loading…
Reference in a new issue