Make VSCode settings strings (#218)
Fixes settings being greyed out by code when you view settings.json
This commit is contained in:
parent
9bc1900b68
commit
4ea345211e
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@ in {
|
|||
programs.vscode = {
|
||||
extensions = [ themeExtension ];
|
||||
userSettings = {
|
||||
workbench.colorTheme = "Stylix";
|
||||
terminal.integrated.fontFamily = "'${monospace.name}'";
|
||||
editor.fontFamily = "'${monospace.name}'";
|
||||
"workbench.colorTheme" = "Stylix";
|
||||
"terminal.integrated.fontFamily" = "'${monospace.name}'";
|
||||
"editor.fontFamily" = "'${monospace.name}'";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue