Switch emoji font from noto to emojione
This commit is contained in:
parent
f74023a8ec
commit
d04afc5027
|
@ -40,8 +40,8 @@
|
|||
sansSerif = {inherit (iosevkaCustom.aile) name package;};
|
||||
monospace = {inherit (iosevkaCustom.nerdfont) name package;};
|
||||
emoji = {
|
||||
name = "Noto Color Emoji";
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
name = "EmojiOne Color";
|
||||
package = pkgs.emojione;
|
||||
};
|
||||
};
|
||||
homeManagerIntegration.followSystem = true;
|
||||
|
|
Loading…
Reference in a new issue