Emacs: switch from installing org-roam to just emacsql-sqlite
This commit is contained in:
parent
e9d27ba414
commit
0e3b62dbfe
|
@ -58,8 +58,8 @@
|
||||||
extraPackages = epkgs:
|
extraPackages = epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
|
emacsql-sqlite
|
||||||
mu4e # Linked to `mu` tool
|
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