Switch back to emacs 28.1
This commit is contained in:
parent
149bda462c
commit
ca2b457c1c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
description = "The emacs package to install";
|
description = "The emacs package to install";
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = emacsWayland;
|
default = emacsX11;
|
||||||
};
|
};
|
||||||
|
|
||||||
daemon = mkOption {
|
daemon = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue