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

6
flake.lock generated
View file

@ -153,11 +153,11 @@
]
},
"locked": {
"lastModified": 1662457459,
"narHash": "sha256-2Ok8NSGmGP+qLCsDfIsUWyMNqLWt8U4Lcu86KbjgN9s=",
"lastModified": 1662780128,
"narHash": "sha256-PS1etfsv1q8JeoJlv1/iRVLoOsIpHMl/axreZdib6jM=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "12f87fb10e5a256c5cd361d7f0fb183c84c21cb8",
"rev": "c1cc59de6fe2c4218fe79356ff46b3f3d46cf204",
"type": "github"
},
"original": {

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;