Add emacsql to emacs

This commit is contained in:
Erwin Boskma 2022-04-22 00:14:35 +02:00
parent e7af7722f0
commit 687cdc8ea8
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -6,7 +6,8 @@
}:
with lib; let
cfg = config.eboskma.programs.emacs;
emacs = pkgs.emacsPgtkGcc;
emacs = with pkgs; ((emacsPackagesFor emacsPgtkGcc).emacsWithPackages (epkgs: [epkgs.emacsql epkgs.emacsql-sqlite]));
orgProtocolDesktop = pkgs.makeDesktopItem {
name = "org-protocol";
desktopName = "Emacs Org Protocol Handler";