From e45f9ea5e104536311fde5a532c54be97c4a6ba9 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 19 Apr 2023 10:48:27 +0200 Subject: [PATCH] Use pgtk emacs again Even though there's an ugly CSD, at least the sqlite support is there --- modules/base/emacs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/base/emacs/default.nix b/modules/base/emacs/default.nix index 306857c4..24accac9 100644 --- a/modules/base/emacs/default.nix +++ b/modules/base/emacs/default.nix @@ -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;