From 528562f34093b98ee269057dbd12507ece334245 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:21:42 +0530 Subject: [PATCH] feat: markdown-lsp: iwe --- hosts/default/home/notetaking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home/notetaking.nix b/hosts/default/home/notetaking.nix index 9a95952..4be938c 100644 --- a/hosts/default/home/notetaking.nix +++ b/hosts/default/home/notetaking.nix @@ -3,6 +3,7 @@ home.packages = with pkgs; [ mdcat typst + iwe rnote ]; }