chane vscodium config
This commit is contained in:
parent
2a36ae925a
commit
1d6c9e8b12
|
@ -5,8 +5,8 @@
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
catppuccin.catppuccin-vsc
|
# catppuccin.catppuccin-vsc
|
||||||
vscode-icons-team.vscode-icons
|
# vscode-icons-team.vscode-icons
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
"editor.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont', 'monospace', monospace";
|
"editor.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont', 'monospace', monospace";
|
||||||
"terminal.integrated.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont'";
|
"terminal.integrated.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont'";
|
||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
"workbench.iconTheme" = "vscode-icons";
|
# "workbench.iconTheme" = "vscode-icons";
|
||||||
"vsicons.dontShowNewVersionMessage" = true;
|
# "vsicons.dontShowNewVersionMessage" = true;
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
"editor.minimap.enabled" = false;
|
"editor.minimap.enabled" = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue