Finish final version

This commit is contained in:
2026-07-03 23:05:33 +02:00
parent ca676989d5
commit 9fb951de30
10 changed files with 1628 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
packages = with pkgs; [
typst
];
}