Emacs: install org-roam to ensure sqlite exists
This commit is contained in:
parent
77a77727cf
commit
e60a43c771
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue