From 62f4ff18e484eb81e04ad1708a30b1a0cd1a6f25 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 11 Oct 2021 13:18:50 -0400 Subject: [PATCH] vscode: explicitly use mono font --- modules/profiles/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 1792d42..abb2647 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -88,7 +88,7 @@ in "security.workspace.trust.startupPrompt" = "never"; "security.workspace.trust.untrustedFiles" = "newWindow"; "terminal.external.linuxExec" = "x-terminal-emulator"; - "terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font"; + "terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font Mono"; "terminal.integrated.fontSize" = 16; "terminal.integrated.showExitAlert" = false; "update.mode" = "none";