add vterm to emacs

This commit is contained in:
Nathan McCarty 2022-10-15 04:29:12 -04:00
parent 754e42af79
commit c8cfb01258
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
programs.emacs = {
enable = true;
package = config.nathan.programs.emacs.package;
extraPackages = epkgs: [ pkgs.mu ];
extraPackages = epkgs: [ pkgs.mu pkgs.vterm ];
};
}))
(lib.mkIf (config.nathan.programs.emacs.enable && pkgs.stdenv.isLinux) {