Use emacs PGTK

This commit is contained in:
Paul-Henri Froidmont 2024-06-25 02:09:47 +02:00
parent 061d7287ce
commit 335447b956
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 3 additions and 2 deletions

View file

@ -76,6 +76,7 @@ in {
enable = true;
package = pkgs.unstable.emacs29.override {
withNativeCompilation = true;
withPgtk = true;
withSQLite3 = true;
withTreeSitter = true;
withWebP = true;