Hydrogen got the changes applied

This commit is contained in:
2026-07-28 02:51:16 -04:00
parent 0c6675c41b
commit 53c6bf735d
9 changed files with 61 additions and 168 deletions
+1 -10
View File
@@ -44,12 +44,6 @@ in
oldPkgs.yarn
];
# Enable direnv for automatic environment switching
programs.direnv = {
enable = true;
nix-direnv.enable = true; # Better Nix flakes integration with caching
};
# Managed VS Code Extensions (The "Clean" Way)
programs.vscode = {
enable = true;
@@ -58,18 +52,15 @@ in
extensions = (
with pkgs.vscode-marketplace-release; [
bbenoist.nix
eamodio.gitlens
graphql.vscode-graphql-syntax
graphql.vscode-graphql
hashicorp.terraform
ms-python.debugpy
ms-python.python
ms-python.vscode-pylance
oxc.oxc-vscode
redhat.vscode-xml
vscode-icons-team.vscode-icons
typescriptteam.native-preview
lokalise.i18n-ally
waderyan.gitblame
]
) ++ (
with pkgs.vscode-marketplace; [