Initial commit
This commit is contained in:
commit
7cecc1d042
6 changed files with 211 additions and 0 deletions
9
devenv.nix
Normal file
9
devenv.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
languages.javascript = {
|
||||
enable = true;
|
||||
npm.enable = true;
|
||||
};
|
||||
languages.typescript.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue