Hydrogen got the changes applied
This commit is contained in:
+1
-10
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user