profiles/editors: update Emacs package attribute name

This commit is contained in:
Gabriel Arazas 2023-06-08 12:14:05 +08:00
parent b061f42f73
commit 451faf08e1
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -36,7 +36,7 @@ in {
(lib.mkIf cfg.emacs.enable { (lib.mkIf cfg.emacs.enable {
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = pkgs.emacsUnstable; package = pkgs.emacs-unstable;
extraPackages = epkgs: with epkgs; [ extraPackages = epkgs: with epkgs; [
vterm vterm
pdf-tools pdf-tools