about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/emacs.nix')
-rw-r--r--users/grfn/system/home/modules/emacs.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix
index e434de8aea..62f3544e0c 100644
--- a/users/grfn/system/home/modules/emacs.nix
+++ b/users/grfn/system/home/modules/emacs.nix
@@ -47,11 +47,9 @@ in {
         enable = true;
         package = pkgs.emacsUnstable;
         extraPackages = (epkgs:
-          (with depot.tools.emacs-pkgs; [
+          (with epkgs.tvlPackages; [
             dottime
             tvl
-          ])
-          ++ (with depot.third_party.emacs; [
             vterm
           ])
         );