remove typstwriter

This commit is contained in:
Kopatz
2025-03-09 19:24:37 +01:00
parent 3f1147d87e
commit d0fa3674c3

View File

@@ -1,6 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
typst typst
typstwriter
]; ];
} }