From f7d0307486f52c76cead91ff6e8f356f838b386d Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 27 Jun 2025 16:14:51 +0200 Subject: [PATCH] code-cursor fonts --- modules/hm/code-cursor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/code-cursor.nix b/modules/hm/code-cursor.nix index cb5ecd2..a3e5c8d 100644 --- a/modules/hm/code-cursor.nix +++ b/modules/hm/code-cursor.nix @@ -40,9 +40,9 @@ "terminal.external.linuxExec" = "ghostty"; "terminal.explorerKind" = "external"; "terminal.integrated.rescaleOverlappingGlyphs" = false; - "terminal.integrated.fontFamily" = "'Symbols Nerd Font Mono'"; + "terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'"; "files.autoSave" = "onFocusChange"; - "editor.fontFamily" = "'Intel One Mono', 'Droid Sans Mono', 'monospace', monospace"; + "editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace"; "editor.tabSize" = 2; "editor.wordWrap" = "on"; "editor.fontLigatures" = "'ss01'";