add vterm to emacs
This commit is contained in:
parent
754e42af79
commit
c8cfb01258
|
@ -38,7 +38,7 @@
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = config.nathan.programs.emacs.package;
|
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) {
|
(lib.mkIf (config.nathan.programs.emacs.enable && pkgs.stdenv.isLinux) {
|
||||||
|
|
Loading…
Reference in New Issue