From 38ba9be0eb7ff00fe92eb32b078b00bcd8a01d23 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 5 Jan 2024 21:59:34 +0900 Subject: [PATCH] test --- home-manager/common/software/gui/vscodium.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/home-manager/common/software/gui/vscodium.nix b/home-manager/common/software/gui/vscodium.nix index 24bd662e..88cf0d02 100644 --- a/home-manager/common/software/gui/vscodium.nix +++ b/home-manager/common/software/gui/vscodium.nix @@ -4,19 +4,7 @@ package = pkgs.vscodium; enableUpdateCheck = false; enableExtensionUpdateCheck = false; - extensions = with pkgs.vscode-extensions; [ - waderyan.gitblame # See Git Blame info in status bar - oderwat.indent-rainbow # Colorise indents - naumovs.color-highlight # Highlight HTML color codes - jnoortheen.nix-ide # Nix language support - redhat.vscode-yaml # YAML Code - ms-python.python # Python Language Server - rust-lang.rust-analyzer # Rust Language Server - - # Themes - github.github-vscode-theme - ]; - /*userSettings = { + userSettings = { # Theming: "window.autoDetectColorScheme" = true; "workbench.preferredLightColorTheme" = "GitHub Light Default"; @@ -49,6 +37,6 @@ # Rust "rust-analyzer.cargo.buildScripts.overrideCommand" = null; - };*/ + }; }; } \ No newline at end of file