Files
nix-config/modules/fh/writing.nix
2025-01-30 22:44:54 +01:00

7 lines
92 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
typst
typstwriter
];
}