mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: fix nerdfont
This commit is contained in:
parent
ce2b6f1cd0
commit
b233e92189
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ with lib;
|
|||
"extensions.autoCheckUpdates" = false;
|
||||
"extensions.autoUpdate" = false;
|
||||
"terminal.external.linuxExec" = "x-terminal-emulator";
|
||||
"terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font";
|
||||
"terminal.integrated.fontFamily" = "DejaVuSansM Nerd Font";
|
||||
"update.mode" = "none";
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue