From 81094efac39d49491846ca623da1135db2ba266e Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 20 Jun 2025 00:40:04 +0200 Subject: [PATCH] cursor terminal config wildfire: 217 current 2025-06-20 00:41:58 25.05.20250617.36ab78d 6.15.2 * wildfire: 218 current 2025-06-20 00:45:47 25.05.20250617.36ab78d 6.15.2 * wildfire: 219 current 2025-06-20 00:47:06 25.05.20250617.36ab78d 6.15.2 * wildfire: 220 current 2025-06-20 00:50:10 25.05.20250617.36ab78d 6.15.2 * wildfire: 221 current 2025-06-20 00:53:03 25.05.20250617.36ab78d 6.15.2 * wildfire: 222 current 2025-06-20 00:55:34 25.05.20250617.36ab78d 6.15.2 * wildfire: 223 current 2025-06-20 00:56:58 25.05.20250617.36ab78d 6.15.2 * --- modules/home/code-cursor.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/code-cursor.nix b/modules/home/code-cursor.nix index f5bf983..3fdcd62 100644 --- a/modules/home/code-cursor.nix +++ b/modules/home/code-cursor.nix @@ -37,6 +37,10 @@ ms-vscode.hexeditor # Hex editor ]; profiles.default.userSettings = { + "terminal.external.linuxExec" = "ghostty"; + "terminal.explorerKind" = "external"; + "terminal.integrated.rescaleOverlappingGlyphs" = false; + "terminal.integrated.fontFamily" = "'Symbols Nerd Font Mono'"; "files.autoSave" = "onFocusChange"; "editor.fontFamily" = "'Intel One Mono', 'Droid Sans Mono', 'monospace', monospace"; "editor.tabSize" = 2;