[development] More TS dev fixes, adds direnv. Fixes some markdown rendering.

This commit is contained in:
2025-05-01 12:19:54 -07:00
parent 8884bd51fd
commit 2643d3801f
8 changed files with 69 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
markdownlint-cli2 # linter
];
}