diff options
Diffstat (limited to 'tools/emacs/default.nix')
-rw-r--r-- | tools/emacs/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix index dda7788b4355..099cc6505216 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 |