emacs: Do not use overlay, but version from nixos-unstable (28.2)
This commit is contained in:
parent
266ff4a362
commit
980f6c0e69
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ in {
|
||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs-unstable;
|
#package = pkgs.emacs-unstable;
|
||||||
extraPackages = epkgs: with epkgs; [ vterm ];
|
extraPackages = epkgs: with epkgs; [ vterm ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue