aboutsummaryrefslogtreecommitdiff
path: root/modules/vscode.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vscode.nix')
-rw-r--r--modules/vscode.nix18
1 files changed, 8 insertions, 10 deletions
diff --git a/modules/vscode.nix b/modules/vscode.nix
index 2f05bbe..73a817f 100644
--- a/modules/vscode.nix
+++ b/modules/vscode.nix
@@ -11,16 +11,14 @@ in {
enableExtensionUpdateCheck = true;
mutableExtensionsDir = false;
userSettings = {
- # Causes home manger to crash.
- #"workbench.colorTheme" = "Minimal";
- #"editor.fontFamily" = "'SpaceMono Nerd Font Mono', 'monospace', monospace";
- #"editor.tabSize" = 2;
- #"editor.minimap.enabled" = false;
- #"terminal.integrated.cursorStyle" = "underline";
- #"terminal.integrated.cursorStyleInactive" = "underline";
- #"terminal.integrated.fontFamily" = "BlexMono Nerd Font Mono";
- #"terminal.integrated.fontSize" = 13;
- #"codesnap.transparentBackground" = true;
+ "workbench.colorTheme" = "Minimal";
+ "editor.fontFamily" = "'SpaceMono Nerd Font Mono', monospace";
+ "editor.tabSize" = 2;
+ "editor.minimap.enabled" = false;
+ "terminal.integrated.cursorStyle" = "underline";
+ "terminal.integrated.cursorStyleInactive" = "underline";
+ "terminal.integrated.fontFamily" = "'BlexMono Nerd Font Mono', monospace";
+ "terminal.integrated.fontSize" = 13;
};
extensions = (with pkgs.vscode-extensions; [
ms-vscode.cmake-tools