schizo v2

This commit is contained in:
mia 2026-06-16 12:05:47 +02:00
parent 0e8f866256
commit 5b4aee13e7
4 changed files with 337 additions and 83 deletions

View file

@ -9,6 +9,7 @@
nixPackages = with pkgs; with python313Packages; [
requests
prompt-toolkit
pypdf
];
in {
devShells."${system}".default = pkgs.mkShell {