lsps and stuff
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ nodejs ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs
|
||||
prettier
|
||||
typescript
|
||||
typescript-language-server
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user