diff --git a/home/qenya/vscode.nix b/home/qenya/vscode.nix index 8a2f8cf..94c3eb2 100644 --- a/home/qenya/vscode.nix +++ b/home/qenya/vscode.nix @@ -33,10 +33,7 @@ in "go.alternateTools" = { "go" = "${pkgs.go}/bin/go"; "gopls" = "${pkgs.gopls}/bin/gopls"; - "dlv" = "${pkgs.delve}/bin/dlv"; - "staticcheck" = "${pkgs.go-tools}/bin/staticcheck"; }; - "go.toolsManagement.checkForUpdates" = "off"; "gopls" = { "formatting.gofumpt" = true; "ui.semanticTokens" = true; @@ -51,7 +48,7 @@ in }; "terminal.integrated.allowChords" = false; "terminal.integrated.defaultProfile.linux" = "zsh"; - "workbench.colorTheme" = "Gruvbox Dark Medium"; + "workbench.colorTheme" = mkDefault "Gruvbox Dark Hard"; }; }; } diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 14d6aba..271eb97 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -31,6 +31,8 @@ home-manager.users.qenya = { # For the moment, this hosts some network-accessible services, so we want it on 24/7 programs.plasma.powerdevil.AC.autoSuspend.action = "nothing"; + # Trying this out + programs.vscode.userSettings."workbench.colorTheme" = "Quiet Light"; }; programs.steam.enable = true;