diff --git a/modules/cursor.nix b/modules/cursor.nix index 586e3af..7f45bbf 100644 --- a/modules/cursor.nix +++ b/modules/cursor.nix @@ -21,7 +21,7 @@ let ]; ideSettings = { - "editor.fontFamily" = "'JetBrainsMono Nerd Font Mono', 'Noto Sans CJK SC', 'Noto Sans CJK TC', monospace"; + "editor.fontFamily" = "'JetBrainsMono Nerd Font Mono', 'Noto Sans CJK SC', 'Noto Sans CJK TC', 'Noto Sans CJK JP', monospace"; "editor.fontSize" = 14; "editor.tabSize" = 2; "editor.insertSpaces" = true;