1

Home: Switch font to MonoLisa

This commit is contained in:
2025-07-06 03:46:11 +02:00
parent 11a6f1b8cc
commit b174cc8086
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,8 @@ rec {
enable = true; # You can't disable this
lightScheme = "catppuccin-latte";
darkScheme = "catppuccin-mocha";
font = "JetBrainsMono Nerd Font Mono"; # NOTE: Match with fontconfig monospace default font
# font = "JetBrainsMono Nerd Font Mono";
font = builtins.head nixosConfig.fonts.fontconfig.defaultFonts.monospace;
};
docs.enable = true;

View File

@ -362,7 +362,7 @@ with mylib.networking; {
defaultFonts = {
serif = ["Noto Serif CJK SC"];
sansSerif = ["Noto Sans CJK SC"];
monospace = ["JetBrainsMono Nerd Font Mono"]; # NOTE: Match with color.font
monospace = ["MonoLisa" "JetBrainsMono Nerd Font Mono"]; # NOTE: Match with color.font
};
};
};