Switch emoji font from noto to emojione

This commit is contained in:
Evie Litherland-Smith 2024-03-02 15:54:08 +00:00
parent f74023a8ec
commit d04afc5027

View file

@ -40,8 +40,8 @@
sansSerif = {inherit (iosevkaCustom.aile) name package;}; sansSerif = {inherit (iosevkaCustom.aile) name package;};
monospace = {inherit (iosevkaCustom.nerdfont) name package;}; monospace = {inherit (iosevkaCustom.nerdfont) name package;};
emoji = { emoji = {
name = "Noto Color Emoji"; name = "EmojiOne Color";
package = pkgs.noto-fonts-emoji; package = pkgs.emojione;
}; };
}; };
homeManagerIntegration.followSystem = true; homeManagerIntegration.followSystem = true;