presenterm devshell

This commit is contained in:
2026-03-16 16:43:14 +01:00
parent e3ad78a790
commit 8da99ce05d

7
devshells/presenterm.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, perSystem }:
pkgs.mkShellNoCC {
packages = with pkgs; [
presenterm
python3Packages.weasyprint
];
}