From 0e3b62dbfe3d71673bb88c3bb28695d8ed4288b7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 6 Jul 2024 07:09:53 +0100 Subject: [PATCH] Emacs: switch from installing org-roam to just emacsql-sqlite --- home/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 60cd5ff9..01860b01 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -58,8 +58,8 @@ extraPackages = epkgs: with epkgs; [ treesit-grammars.with-all-grammars + emacsql-sqlite mu4e # Linked to `mu` tool - org-roam # To bring in emacs-sqlite ]; }; home.packages = with pkgs; [