Tweak webdev

This commit is contained in:
Nathan McCarty 2023-03-09 05:41:04 -05:00
parent b61f6038c5
commit 9223e75f8f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 8 additions and 1 deletions

View File

@ -68,7 +68,14 @@ with nLib; {
})
# JavaScript/TypeScript Development
(mkIf devel.js {
home.packages = with pkgs; [ nodejs yarn nodePackages.typescript deno ];
home.packages = with unstable;
with nodePackages; [
nodejs
yarn
typescript
deno
vscode-langservers-extracted
];
})
# Raku Development
(mkIf devel.raku { home.packages = with pkgs; [ rakudo zef ]; })