Switch back to emacs 29
This commit is contained in:
parent
d93a8ac924
commit
2dfc62be11
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 = emacsX11;
|
default = emacsWayland;
|
||||||
};
|
};
|
||||||
|
|
||||||
daemon = mkOption {
|
daemon = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue