mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20: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 = {
|
||||
enable = true;
|
||||
userSettings = {
|
||||
"update.mode": "none",
|
||||
"window.autoDetectColorScheme": true,
|
||||
"window.titleBarStyle": "custom",
|
||||
"update.mode" = "none";
|
||||
"window.autoDetectColorScheme" = true;
|
||||
"window.titleBarStyle" = "custom";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue