about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/darwin.nix2
-rw-r--r--nix-conf/home/includes/linux-dev.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nix-conf/home/includes/darwin.nix b/nix-conf/home/includes/darwin.nix
index 134620c..2c78638 100644
--- a/nix-conf/home/includes/darwin.nix
+++ b/nix-conf/home/includes/darwin.nix
@@ -32,7 +32,7 @@ in
     coreutils
     curl
     diffutils
-    ((emacsPackagesFor emacsMacport).emacsWithPackages(ps: [ ps.vterm ]))
+    ((emacsPackagesFor emacs29-macport).emacsWithPackages(ps: [ ps.vterm ps.multi-vterm ]))
     findutils
     gh
     gh-dash
diff --git a/nix-conf/home/includes/linux-dev.nix b/nix-conf/home/includes/linux-dev.nix
index decf80a..fd174f2 100644
--- a/nix-conf/home/includes/linux-dev.nix
+++ b/nix-conf/home/includes/linux-dev.nix
@@ -7,7 +7,7 @@
   programs.emacs = {
     enable = true;
     package = pkgs.emacs28NativeComp;
-    extraPackages = (epkgs: [ epkgs.vterm ] );
+    extraPackages = (epkgs: [ epkgs.vterm epkgs.multi-vterm ] );
   };
 
   home.packages = with pkgs; [