Home: Switch font to MonoLisa
This commit is contained in:
@ -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;
|
||||
|
@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user