Fix music icon being ugly
This commit is contained in:
parent
e78de659f1
commit
f73e7b90bd
1 changed files with 4 additions and 3 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue