Add some more vscode settings
This commit is contained in:
parent
9f8e868f09
commit
c15b3a05d6
|
@ -20,6 +20,10 @@
|
|||
userSettings = {
|
||||
"[nix]"."editor.tabSize" = 2;
|
||||
"workbench.colorTheme" = "Catppuccin Macchiato";
|
||||
"editor.fontSize" = 16;
|
||||
"editor.fontFamily" = "FiraCode Nerd Font";
|
||||
"editor.fontLigatures" = true;
|
||||
"git.confirmSync" = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue