We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa40dd5 commit 1b8b2d7Copy full SHA for 1b8b2d7
1 file changed
home/user/programs/vscode.nix
@@ -48,6 +48,7 @@
48
"update.mode" = "none";
49
"update.showReleaseNotes" = false;
50
"window.titleBarStyle" = "native";
51
+ "workbench.colorTheme" = "GitHub Dark";
52
};
53
54
extensions = with pkgs-unstable.vscode-extensions; [
@@ -65,6 +66,10 @@
65
66
ms-python.debugpy
67
# astral-sh.ty
68
charliermarsh.ruff
69
+ # github
70
+ github.github-vscode-theme
71
+ github.vscode-github-actions
72
+ github.vscode-pull-request-github
73
# kubernetes
74
ms-kubernetes-tools.vscode-kubernetes-tools
75
ms-azuretools.vscode-containers
0 commit comments