emacs vterm + pgtk
This commit is contained in:
parent
7f44085e34
commit
c2f8b07b71
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk; # uses xwayland, use pgtk for native wayland or pkgs.emacs if using daemon
|
||||
package = pkgs.emacs29-pgtk; # uses xwayland, use pgtk for native wayland or pkgs.emacs if using daemon
|
||||
extraPackages = e: [e.vterm];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue