diff --git a/profiles/core/default.nix b/profiles/core/default.nix index ed326c6..fcf161f 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -43,10 +43,11 @@ in }; fonts = { - fonts = with pkgs; [ powerline-fonts dejavu_fonts ]; + fonts = with pkgs; [ powerline-fonts dejavu_fonts twitter-color-emoji ]; fontconfig.defaultFonts = { monospace = [ "DejaVu Sans Mono for Powerline" ]; sansSerif = [ "DejaVu Sans" ]; + emoji = [ "Twitter Color Emoji" ]; }; };