diff --git a/modules/home/programs/code/default.nix b/modules/home/programs/code/default.nix index 0cf15ac..940ce0b 100644 --- a/modules/home/programs/code/default.nix +++ b/modules/home/programs/code/default.nix @@ -74,10 +74,10 @@ in userSettings = { + "database-client.autoSync" = true; + "editor" = { "defaultFormatter" = "brettm12345.nixfmt-vscode"; - "fontFamily" = "fira-code-nerd, FiraCode Nerd Font, Consolas, 'Courier New', monospace"; - "fontLigatures" = true; "renderWhitespace" = "all"; }; @@ -86,6 +86,10 @@ in "confirmDragAndDrop" = false; }; + "extensions." = { + "autoCheckUpdates" = false; + }; + "git" = { "confirmSync" = false; "enableSmartCommit" = true; @@ -141,6 +145,8 @@ in "security.workspace.trust.untrustedFiles" = "open"; + "update.mode" = "none"; + "workbench" = { "colorCustomizations" = null; "editorAssociations" = {