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