mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-10 10:33:47 +01:00
fix: remove missing 0xproto font from monospace fontconfig list
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
emoji = ["noto-fonts-emoji font-awesome"];
|
||||
monospace = ["0xproto" "zpix" "fira-code"];
|
||||
monospace = ["zpix" "fira-code"];
|
||||
serif = [ "Noto Serif" "Source Han Serif" ];
|
||||
sansSerif = [ "Noto Sans" "Source Han Sans" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user