This commit is contained in:
Gregor Lohaus
2026-04-08 01:05:23 +02:00
commit 0e552ec4f5
21 changed files with 1121 additions and 0 deletions

7
devenv.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [ pkgs.bun ];
languages.typescript.enable = true;
}