feat: sem7

This commit is contained in:
2025-08-10 19:46:26 +08:00
parent 1b0b39802a
commit 0959069202
8 changed files with 302 additions and 1 deletions

5
devenv.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [ pkgs.git pkgs.opam pkgs.typst ];
}