From b9e7c89f53fcecb005b4ba4e9e4dcee8e66def18 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 5 May 2025 12:44:00 +0200 Subject: add userSettings --- modules/vscode.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'modules/vscode.nix') 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 -- cgit v1.3.1