Tweak webdev
This commit is contained in:
parent
b61f6038c5
commit
9223e75f8f
|
@ -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 ]; })
|
||||
|
|
Loading…
Reference in New Issue