Compare commits

...

2 Commits

2 changed files with 1 additions and 2 deletions

View File

@@ -134,8 +134,6 @@ in {
LC_PAPER = "sv_SE.UTF-8"; LC_PAPER = "sv_SE.UTF-8";
LC_TELEPHONE = "sv_SE.UTF-8"; LC_TELEPHONE = "sv_SE.UTF-8";
LC_TIME = "sv_SE.UTF-8"; LC_TIME = "sv_SE.UTF-8";
LC_ALL = "sv_SE.UTF-8";
LC_CTYPE = "sv_SE.UTF-8";
}; };
}; };

View File

@@ -44,6 +44,7 @@
"terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'"; "terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'";
"files.autoSave" = "onFocusChange"; "files.autoSave" = "onFocusChange";
"explorer.confirmDragAndDrop" = false; "explorer.confirmDragAndDrop" = false;
"explorer.confirmDelete" = false;
"workbench.colorTheme" = "Gruvbox Dark Medium"; "workbench.colorTheme" = "Gruvbox Dark Medium";
"workbench.iconTheme" = "vscode-icons"; "workbench.iconTheme" = "vscode-icons";
"editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace"; "editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace";