From d0e329c58628b5cd63d6f2f291265b302fdd132c Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 11 Oct 2021 02:36:53 -0400 Subject: [PATCH] update vscode fonts --- modules/profiles/desktop.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 9e96645..779c5bb 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -88,7 +88,8 @@ in "security.workspace.trust.startupPrompt" = "never"; "security.workspace.trust.untrustedFiles" = "newWindow"; "terminal.external.linuxExec" = "x-terminal-emulator"; - "terminal.integrated.fontFamily" = "Liberation Mono"; + "terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font"; + "terminal.integrated.fontSize" = 16; "terminal.integrated.showExitAlert" = false; "update.mode" = "none"; "update.showReleaseNotes" = false;