update.channel -> update.mode

This commit is contained in:
Alexander Bantyev 2022-05-30 15:39:23 +04:00
parent 97852419e3
commit 4d7ccb552a
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -32,7 +32,7 @@
]; ];
userSettings = { userSettings = {
"update.channel" = "none"; "update.mode" = "none";
"[nix]"."editor.tabSize" = 2; "[nix]"."editor.tabSize" = 2;
"workbench.colorTheme" = "Balsoft's generated theme"; "workbench.colorTheme" = "Balsoft's generated theme";
"vim.useCtrlKeys" = false; "vim.useCtrlKeys" = false;