VSCode updates
This commit is contained in:
parent
d11065e7f9
commit
c12acd536a
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -96,6 +96,8 @@
|
|||
pkgs.vscode-extensions.davidanson.vscode-markdownlint
|
||||
];
|
||||
userSettings = {
|
||||
editor.fontFamily = "FiraCode Nerd Font Mono Retina";
|
||||
editor.fontSize = 16;
|
||||
telemetry.enableTelemetry = false;
|
||||
workbench.colorTheme = "Solarized Light";
|
||||
workbench.iconTheme = "vscode-icons";
|
||||
|
|
Loading…
Reference in a new issue