This commit is contained in:
2026-03-24 18:24:49 +01:00
parent a69f731cfe
commit 6b2200ed16

View File

@@ -44,13 +44,18 @@
fonts.packages = with pkgs; [
jetbrains-mono
nerd-fonts.jetbrains-mono
nerd-fonts.symbols-only
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
];
fonts.fontconfig.defaultFonts = {
monospace = [ "JetBrains Mono" ];
monospace = [
"JetBrainsMono Nerd Font"
"JetBrains Mono"
];
sansSerif = [ "Noto Sans" ];
serif = [ "Noto Serif" ];
emoji = [ "Noto Color Emoji" ];