From e60a43c771b70d7b5b68f4d09c7650699e56b0c3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 5 Jul 2024 10:50:18 +0100 Subject: [PATCH] Emacs: install org-roam to ensure sqlite exists --- home/emacs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 09859661..60cd5ff9 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -58,7 +58,8 @@ extraPackages = epkgs: with epkgs; [ treesit-grammars.with-all-grammars - mu4e + mu4e # Linked to `mu` tool + org-roam # To bring in emacs-sqlite ]; }; home.packages = with pkgs; [