Emacs: install org-roam to ensure sqlite exists

This commit is contained in:
Evie Litherland-Smith 2024-07-05 10:50:18 +01:00
parent 77a77727cf
commit e60a43c771

View file

@ -58,7 +58,8 @@
extraPackages = epkgs: extraPackages = epkgs:
with epkgs; [ with epkgs; [
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars
mu4e mu4e # Linked to `mu` tool
org-roam # To bring in emacs-sqlite
]; ];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [