Evie Litherland-Smith
94130a9c9c
Add typescript (for tsc and tsserver) to javascript installed packages
8 lines
100 B
Nix
8 lines
100 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs;
|
|
with nodePackages; [
|
|
nodejs
|
|
typescript
|
|
];
|
|
}
|