emacs: use Pure GTK build

This commit is contained in:
Antoine Martin 2024-03-04 22:43:28 +01:00
parent 95c116c2e8
commit 7be4514da3

View file

@ -43,7 +43,7 @@ in {
programs.emacs = {
enable = true;
package = pkgs.emacs29;
package = pkgs.emacs29-pgtk;
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools pkgs.lilypond epkgs.mu4e];
};
};