mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:23:44 +01:00
fix: kmscon - show neo-tree icons
fix: darwin fonts chore: fonts - add Sarasa Gothic
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
settings = {
|
||||
theme = "catppuccin-mocha";
|
||||
|
||||
font-family = "JetBrains Mono";
|
||||
font-family = "JetBrainsMono Nerd Font";
|
||||
font-size = 13;
|
||||
|
||||
background-opacity = 0.93;
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
nerd-fonts.iosevka
|
||||
|
||||
julia-mono
|
||||
# sarasa-gothic # 更纱黑体,一种基于 Inter、Iosevka 和 Source Han Sans 的 CJK 复合字体
|
||||
];
|
||||
|
||||
# User defined default fonts
|
||||
@@ -80,8 +81,8 @@
|
||||
enable = true;
|
||||
fonts = with pkgs; [
|
||||
{
|
||||
name = "Source Code Pro";
|
||||
package = source-code-pro;
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
package = nerd-fonts.jetbrains-mono;
|
||||
}
|
||||
# CJK font
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user