home: emacs: bump to emacs 30

This commit is contained in:
Antoine Martin 2025-03-01 21:11:06 +01:00
parent ba4d2ef80c
commit 249683949d

View file

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