work: Use emacs from nixpkgs
This commit is contained in:
parent
c6dafd4482
commit
4216002962
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in
|
|||
dunst.enable = false;
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-unstable-pgtk;
|
||||
package = pkgs.emacs29-pgtk;
|
||||
daemon = true;
|
||||
};
|
||||
eww = {
|
||||
|
|
Loading…
Reference in a new issue