home: emacs: revert to emacsGcc

Following overlay update, the name change was reverted
This commit is contained in:
Antoine Martin 2021-12-14 16:27:16 +01:00
parent 29f58a3204
commit c3457db32e

View file

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