add js/typescript
This commit is contained in:
parent
b4c639b3c6
commit
59af65fc9b
3 changed files with 12 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -887,11 +887,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1746590697,
|
||||
"narHash": "sha256-klZhqs8BFh/XnWbZCPxbCsPJ4GoFKLZ5IUPeSiv9fEY=",
|
||||
"lastModified": 1747659936,
|
||||
"narHash": "sha256-dT38Nq3MRxrWrl2Wwg469B7SMeT5wPwJAghjl2BIN44=",
|
||||
"owner": "xunuwu",
|
||||
"repo": "nvim-config",
|
||||
"rev": "7e4c19bf13ef209d3644dc39fde409ea2767b026",
|
||||
"rev": "ac91827d44e2c6d34cf75991980e96226b80a650",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
8
home/profiles/develop/langs/js.nix
Normal file
8
home/profiles/develop/langs/js.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
nodejs
|
||||
typescript
|
||||
typescript-language-server
|
||||
vscode-langservers-extracted
|
||||
];
|
||||
}
|
|
@ -47,6 +47,7 @@
|
|||
|
||||
/develop/langs/haskell.nix
|
||||
/develop/langs/go.nix
|
||||
/develop/langs/js.nix
|
||||
/develop/langs/rust.nix
|
||||
/develop/langs/elixir.nix
|
||||
/develop/langs/nix.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue