From d0fa3674c3aa7b3d52c42f97f27012ce42fe641d Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 9 Mar 2025 19:24:37 +0100 Subject: [PATCH] remove typstwriter --- modules/fh/writing.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/fh/writing.nix b/modules/fh/writing.nix index accca91..9ef4073 100644 --- a/modules/fh/writing.nix +++ b/modules/fh/writing.nix @@ -1,6 +1,5 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ typst - typstwriter ]; }