Disable emacs pgtk for a bit

This commit is contained in:
Charlotte Van Petegem 2022-09-10 19:44:39 +02:00
parent e4cfb059c7
commit 8f9fe13e0e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 4 deletions

View file

@ -16,7 +16,6 @@
readOnly = true;
default = pkgs.emacsWithPackagesFromUsePackage {
config = config.chvp.base.emacs.fullConfig;
package = pkgs.emacsPgtkNativeComp;
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;