From 669238a28b1edadeb1d7273aedd7b5e7a174cdab Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:45:40 -0700 Subject: [PATCH] typst watch --- users/tao.nix | 1 + users/tao/helix.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/users/tao.nix b/users/tao.nix index bcae016..28be11a 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -6,6 +6,7 @@ ... }: { users.users.tao.packages = with pkgs; [ + gocryptfs nix-output-monitor nvd # calibre diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 3b45c96..381005c 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -241,6 +241,9 @@ }; tinymist = { command = "tinymist"; + config = { + exportPdf = "onSave"; + }; }; steel-language-server = { command = "steel-language-server";