fix: kmscon - show neo-tree icons

fix: darwin fonts

chore: fonts - add Sarasa Gothic
This commit is contained in:
Ryan Yin
2025-06-22 16:25:23 +08:00
parent 923fd7ae7d
commit df06a1d7e4
3 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
settings = { settings = {
theme = "catppuccin-mocha"; theme = "catppuccin-mocha";
font-family = "JetBrains Mono"; font-family = "JetBrainsMono Nerd Font";
font-size = 13; font-size = 13;
background-opacity = 0.93; background-opacity = 0.93;

View File

@@ -41,6 +41,7 @@
nerd-fonts.iosevka nerd-fonts.iosevka
julia-mono julia-mono
# sarasa-gothic # 更纱黑体,一种基于 Inter、Iosevka 和 Source Han Sans 的 CJK 复合字体
]; ];
# User defined default fonts # User defined default fonts
@@ -80,8 +81,8 @@
enable = true; enable = true;
fonts = with pkgs; [ fonts = with pkgs; [
{ {
name = "Source Code Pro"; name = "JetBrainsMono Nerd Font";
package = source-code-pro; package = nerd-fonts.jetbrains-mono;
} }
# CJK font # CJK font
{ {