mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
fixed syntax errors in vscode config
This commit is contained in:
parent
c33410f9a1
commit
2f4509ae78
|
@ -32,9 +32,9 @@
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"update.mode": "none",
|
"update.mode" = "none";
|
||||||
"window.autoDetectColorScheme": true,
|
"window.autoDetectColorScheme" = true;
|
||||||
"window.titleBarStyle": "custom",
|
"window.titleBarStyle" = "custom";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue