mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
vsCodium: disabled extension update check
This commit is contained in:
parent
92d02ed669
commit
9baa69be8d
|
@ -16,21 +16,22 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
|
enableExtensionUpdateCheck = false;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"update.mode" = "none";
|
"diffEditor.ignoreTrimWhitespace" = false;
|
||||||
"workbench.colorTheme" = "Catppuccin Macchiato";
|
"editor.fontFamily" = "'NotoSansM Nerd Font', 'monospace', monospace";
|
||||||
"workbench.preferredDarkColorTheme" = "Catppuccin Macchiato";
|
"explorer.confirmDelete" = false;
|
||||||
|
"files.autoSave" = "afterDelay";
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"files.autoSave" = "afterDelay";
|
|
||||||
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
|
|
||||||
"window.zoomPerWindow" = false;
|
|
||||||
"explorer.confirmDelete" = false;
|
|
||||||
"workbench.iconTheme" = "catppuccin-macchiato";
|
|
||||||
"editor.fontFamily" = "'NotoSansM Nerd Font', 'monospace', monospace";
|
|
||||||
"window.menuBarVisibility" = "hidden";
|
|
||||||
"diffEditor.ignoreTrimWhitespace" = false;
|
|
||||||
"nix.formatterPath" = "nixfmt";
|
"nix.formatterPath" = "nixfmt";
|
||||||
|
"update.mode" = "none";
|
||||||
|
"window.menuBarVisibility" = "hidden";
|
||||||
|
"window.zoomPerWindow" = false;
|
||||||
|
"workbench.colorTheme" = "Catppuccin Macchiato";
|
||||||
|
"workbench.iconTheme" = "catppuccin-macchiato";
|
||||||
|
"workbench.preferredDarkColorTheme" = "Catppuccin Macchiato";
|
||||||
|
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
|
||||||
};
|
};
|
||||||
|
|
||||||
extensions = with pkgs; [
|
extensions = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue