Files
serhao/devshells/presenterm.nix
2026-03-16 16:43:14 +01:00

8 lines
119 B
Nix

{ pkgs, perSystem }:
pkgs.mkShellNoCC {
packages = with pkgs; [
presenterm
python3Packages.weasyprint
];
}