home: emacs: pin to emacs 28

This commit is contained in:
Antoine Martin 2021-11-26 22:06:37 +01:00
parent 7e001a3536
commit eb757915c3

View file

@ -27,7 +27,7 @@
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = pkgs.emacsPgtkGcc; package = pkgs.emacsGcc28;
}; };
}; };
} }