Use pgtk emacs again

Even though there's an ugly CSD, at least the sqlite support is there
This commit is contained in:
Charlotte Van Petegem 2023-04-19 10:48:27 +02:00
parent d026e6127a
commit e45f9ea5e1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -16,6 +16,7 @@
readOnly = true;
default = pkgs.emacsWithPackagesFromUsePackage {
config = config.chvp.base.emacs.fullConfig;
package = pkgs.emacsPgtk;
alwaysEnsure = true;
# mu4e is included in the mu package and should be used from there
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;