about summary refs log tree commit diff
path: root/tools/emacs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/emacs/default.nix')
-rw-r--r--tools/emacs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix
index dda7788b43..099cc65052 100644
--- a/tools/emacs/default.nix
+++ b/tools/emacs/default.nix
@@ -7,9 +7,9 @@
 # Forcing Emacs to link against Imagemagick currently causes libvterm
 # to segfault, which is a lot less desirable than not having telega
 # render images correctly.
-{ pkgs, ... }:
+{ depot, ... }:
 
-with pkgs;
+with depot;
 with third_party.emacsPackagesNg;
 with third_party.emacs;
 
@@ -115,7 +115,7 @@ let
   ]) ++
 
   # Custom packages
-  (with pkgs.tools.emacs-pkgs; [
+  (with depot.tools.emacs-pkgs; [
     carp-mode
     exwmMaster
     dottime