From 32793298b76c6e6c3858e98b2d4ef9aed8f30eb3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 14 Apr 2021 00:19:22 +0200 Subject: chore(3p/emacs): Remove obsolete third-party packages We don't need these in the depot anymore as the Emacs overlay now provides newer versions of them, or because they are not used anymore. Change-Id: I393e1580b66450d0bb128213bc79668172dadacc Reviewed-on: https://cl.tvl.fyi/c/depot/+/3005 Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/system/home/modules/emacs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users/grfn/system/home/modules') diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix index 62f3544e0c60..37a74f332b52 100644 --- a/users/grfn/system/home/modules/emacs.nix +++ b/users/grfn/system/home/modules/emacs.nix @@ -47,9 +47,9 @@ in { enable = true; package = pkgs.emacsUnstable; extraPackages = (epkgs: - (with epkgs.tvlPackages; [ - dottime - tvl + (with epkgs; [ + tvlPackages.dottime + tvlPackages.tvl vterm ]) ); -- cgit 1.4.1