Skip to content

Commit

Permalink
vscode: nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 14, 2025
1 parent 1b145e7 commit bb81a15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/darwin/all/vscode.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nodejs # VSCode webhint
];
}
1 change: 1 addition & 0 deletions modules/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ in
self.nixosModules.common
inputs.agenix.darwinModules.default
./all/zsh-completion-fix.nix
./all/vscode.nix
];

# Auto upgrade nix package and the daemon service.
Expand Down

0 comments on commit bb81a15

Please sign in to comment.