Skip to content

Commit 1b8b2d7

Browse files
committed
feat: add github extension to vscode
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent fa40dd5 commit 1b8b2d7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

home/user/programs/vscode.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"update.mode" = "none";
4949
"update.showReleaseNotes" = false;
5050
"window.titleBarStyle" = "native";
51+
"workbench.colorTheme" = "GitHub Dark";
5152
};
5253

5354
extensions = with pkgs-unstable.vscode-extensions; [
@@ -65,6 +66,10 @@
6566
ms-python.debugpy
6667
# astral-sh.ty
6768
charliermarsh.ruff
69+
# github
70+
github.github-vscode-theme
71+
github.vscode-github-actions
72+
github.vscode-pull-request-github
6873
# kubernetes
6974
ms-kubernetes-tools.vscode-kubernetes-tools
7075
ms-azuretools.vscode-containers

0 commit comments

Comments
 (0)