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;