Fix music icon being ugly

This commit is contained in:
Charlotte Van Petegem 2022-01-24 15:31:24 +01:00
parent e78de659f1
commit f73e7b90bd
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -13,9 +13,10 @@
enable = true;
defaultFonts = {
emoji = [ "Noto Color Emoji" ];
monospace = [ "Fira Code" ];
sansSerif = [ "Noto Sans" ];
serif = [ "Noto Serif" ];
# The Tinos and Amiro fonts overlap with Font Awesome's codepoints, so make sure we give Font Awesome a higher priority.
monospace = [ "Fira Code" "Font Awesome 5 Free" ];
sansSerif = [ "Noto Sans" "Font Awesome 5 Free" ];
serif = [ "Noto Serif" "Font Awesome 5 Free" ];
};
};
fonts = with pkgs; [